Skip to content

Commit

Permalink
ci: cleanup deadman configuration before running tests (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored May 13, 2024
1 parent 990d5af commit 8ab4980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: Run tests
run: cargo test --all-features --all-targets
run: |
# Cleanup any previous deadman configuration
rm -rf $XDG_CONFIG_HOME/deadman
cargo test --all-features --all-targets

0 comments on commit 8ab4980

Please sign in to comment.