Skip to content

Commit

Permalink
fix(ci): the stable feature is no longer tested
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 authored Oct 16, 2023
1 parent 9c43e92 commit a821ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
profile: default
default: true
- name: cargo clippy
run: "cargo clippy --all ${{matrix.stability}} $([ ${{matrix.toolchain}} == nightly ] || echo --features stable)"
run: "cargo clippy --all ${{matrix.stability}}"

0 comments on commit a821ba1

Please sign in to comment.