Skip to content

Commit

Permalink
Try cargo clean before cargo test musl
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 5, 2021
1 parent 855c6ae commit ea7ecde
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 @@ -72,6 +72,9 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
- name: cargo clean
if: matrix.os == 'ubuntu-latest'
run: cargo clean
- name: cargo test with musl
if: matrix.os == 'ubuntu-latest'
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit ea7ecde

Please sign in to comment.