mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-15 06:22:45 +00:00
Bump version 0.4.1
This commit is contained in:
parent
15646925a7
commit
187e251142
3 changed files with 8 additions and 5 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -33,7 +33,10 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
if: ${{ !cancelled() }}
|
||||
run: cargo build --verbose --tests --all-features
|
||||
run: |
|
||||
cargo build --verbose --tests --all-features
|
||||
cargo clean
|
||||
cargo build --verbose
|
||||
|
||||
- name: Abort on error
|
||||
if: ${{ failure() }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue