mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-05 06:10:15 +00:00
CI testing scripts
This commit is contained in:
parent
143f203fde
commit
febd654f35
1 changed files with 6 additions and 1 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -1,7 +1,12 @@
|
||||||
name: Push or PR
|
name: Push or PR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
[push, pull_request]
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue