Skip to content

Commit

Permalink
ci: don't run semver checks on nightly
Browse files Browse the repository at this point in the history
otherwise it breaks (but that's a good thing)
  • Loading branch information
onkoe committed Jul 10, 2024
1 parent 6b9c940 commit 9bef042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
run: cargo build --verbose

- name: Test `pisserror` crate
if: ${{ matrix.toolchain == 'nightly' }}
run: cargo test-all-features


- name: Test `macros` crate
run: cargo test-all-features macros/
Expand Down

0 comments on commit 9bef042

Please sign in to comment.