Skip to content

Commit 36d6af6

Browse files
fix ci yaml matrix format
1 parent 34aa458 commit 36d6af6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,14 @@ jobs:
9292
- name: fmt
9393
run: cargo fmt --all -- --check
9494
- name: fmt fuzz
95-
run: cargo fmt --manifest-path ${{ github.workspace }}/fuzz/Cargo.toml -- --check
95+
run: cargo fmt --all --manifest-path ${{ github.workspace }}/fuzz/Cargo.toml -- --check
9696

9797
check_minimal_versions:
9898
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
99-
matrix:
100-
# Only check minimal versions for the released library.
101-
workspace: ['Cargo.toml']
99+
strategy:
100+
matrix:
101+
# Only check minimal versions for the released library.
102+
workspace: ['Cargo.toml']
102103
runs-on: ubuntu-latest
103104

104105
steps:

0 commit comments

Comments
 (0)