File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 save-if : ${{ github.ref == 'refs/heads/main' }}
2525 - name : Check
26- run : cargo clippy --workspace --all-targets --all-features -- -D warnings
26+ run : cargo clippy --locked -- workspace --all-targets --all-features -- -D warnings
2727 - name : Check
2828 run : cargo clippy --manifest-path examples/Cargo.toml --workspace --all-targets --all-features -- -D warnings
2929 - name : rustfmt
9393 with :
9494 save-if : ${{ github.ref == 'refs/heads/main' }}
9595 - name : Run tests
96- run : cargo test --workspace --all-features --all-targets
96+ run : cargo test --locked -- workspace --all-features --all-targets
9797 - name : Test examples
98- run : cargo test --manifest-path examples/Cargo.toml --workspace --all-features --all-targets
98+ run : cargo test --locked -- manifest-path examples/Cargo.toml --workspace --all-features --all-targets
9999
100100 # some examples don't support our MSRV so we only test axum itself on our MSRV
101101 test-nightly :
@@ -170,7 +170,7 @@ jobs:
170170 with :
171171 save-if : ${{ github.ref == 'refs/heads/main' }}
172172 - name : Run doc tests
173- run : cargo test --all-features --doc
173+ run : cargo test --locked -- all-features --doc
174174
175175 deny-check :
176176 name : cargo-deny check
You can’t perform that action at this time.
0 commit comments