Skip to content

Commit

Permalink
[FIX] (CI) typo in general.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Jan 14, 2025
1 parent bbe5b7a commit af81ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: cargo +stable clippy $RELEASE_FLAG --workspace --all-targets -- --deny warnings
- name: Run clippy with all features on (${{ matrix.os }} | ${{matrix.mode}})
run: cargo +stable clippy $RELEASE_FLAG --workspace --all-targets --all-features -- --deny warnings
- name: Run build with all features on $(${{ matrix.os }} | ${{matrix.mode}})
- name: Run build with all features on (${{ matrix.os }} | ${{matrix.mode}})
run: cargo +stable build $RELEASE_FLAG --workspace --all-targets --all-features

- name: Run doctests on (${{ matrix.os }} | debug)
Expand Down

0 comments on commit af81ab7

Please sign in to comment.