Skip to content

Commit

Permalink
ci: cargo clean release builds before xtask test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriele-0201 committed Mar 1, 2024
1 parent 1c5103c commit 64c13d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: cargo build --verbose --all
- name: cargo test
run: cargo test --verbose --all
- name: cargo clean release builds
run: cargo clean -p ikura-node --release && \
cargo clean -p ikura-shim --release && \
cargo clean -p sov-demo-rollup --release --manifest-path demo/sovereign/Cargo.toml
- name: cargo xtask test
run: cargo xtask test
- name: print logs
Expand Down

0 comments on commit 64c13d9

Please sign in to comment.