mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
revert edits to cargo clean command in CI/CD
This commit is contained in:
7
.github/workflows/package.yml
vendored
7
.github/workflows/package.yml
vendored
@@ -81,15 +81,14 @@ jobs:
|
||||
|
||||
- name: Test (release mode)
|
||||
if: matrix.os == 'macos' || matrix.os == 'ubuntu' || matrix.os == 'windows' && matrix.arch == 'amd64'
|
||||
run: cargo test --release --verbose -- --nocapture &&
|
||||
run: |
|
||||
cargo test --release --verbose -- --nocapture &&
|
||||
cargo clean
|
||||
|
||||
- name: Install Cross
|
||||
if: matrix.os == 'ubuntu'
|
||||
run: cargo install cross --git https://github.com/cross-rs/cross
|
||||
|
||||
- name: Clean
|
||||
run: cargo clean
|
||||
|
||||
- name: Build binary (Linux)
|
||||
if: matrix.os == 'ubuntu'
|
||||
run: cross build --release --target ${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user