Skip to content

Commit

Permalink
ci: i put it on the right one
Browse files Browse the repository at this point in the history
  • Loading branch information
onkoe committed Jul 10, 2024
1 parent ec1a85f commit d0d60d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,14 @@ jobs:
tool: cargo-deny,cargo-all-features,cargo-semver-checks

- name: Check semantic versioning adherence # note: this should always work. it's got one line of code...
if: ${{ matrix.toolchain != 'nightly' }}
run: cargo semver-checks

- name: Build
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 d0d60d6

Please sign in to comment.