Skip to content

Commit

Permalink
Do not build twice to avoid out of space errors
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Dec 20, 2023
1 parent 141decd commit 5cb1d02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ jobs:
libpixman-1-dev zlib1g-dev ninja-build
- uses: dtolnay/rust-toolchain@nightly
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --features=binaries,plugins
- name: Test Tracer
- name: Build and Test Tracer
run: cargo run -r --bin tracer -- -a /bin/ls -- -lah

0 comments on commit 5cb1d02

Please sign in to comment.