Skip to content

Commit

Permalink
Run all tests on main (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis authored May 16, 2024
1 parent 53269e9 commit fad1996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: cargo build --verbose
- if: ${{ github.ref_name == 'main' }}
name: Run tests
run: cargo test --verbose -- --ignored
run: cargo test --verbose -- --include-ignored
- if: ${{ github.ref_name != 'main' }}
name: Run tests
run: cargo test --verbose

0 comments on commit fad1996

Please sign in to comment.