Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Jul 20, 2023
1 parent d144cb6 commit f998e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cargo test --doc
misc:
runs-on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
Expand All @@ -98,7 +98,6 @@ jobs:
run: |
cargo test --doc

clippy:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f998e1f

Please sign in to comment.