Skip to content

Commit

Permalink
Add cargo clean to pipeline steps
Browse files Browse the repository at this point in the history
  • Loading branch information
amirRamirfatahi committed Jan 23, 2025
1 parent 95993e8 commit 14072d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:

- name: Load Mock Data
run: cargo run --bin mockdb

- name: Cargo clean
run: cargo clean

- name: Run integration tests
run: cargo test
Expand Down

0 comments on commit 14072d0

Please sign in to comment.