Skip to content

Commit

Permalink
test: remove target first
Browse files Browse the repository at this point in the history
  • Loading branch information
whalelephant committed Dec 14, 2023
1 parent 4876bfe commit 048e006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Run All Integration Tests
run: |
mkdir target && mkdir target/debug
rm -rf target
cargo test
env:
RUST_BACKTRACE: 1

0 comments on commit 048e006

Please sign in to comment.