mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 13:59:10 +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
|
||||
|
||||
on:
|
||||
[push, pull_request]
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Add table
Reference in a new issue