We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932083a commit ff5300fCopy full SHA for ff5300f
.github/workflows/rust-build.yml
@@ -61,10 +61,6 @@ jobs:
61
working-directory: ${{ inputs.working-directory }}
62
run: cargo clippy --all-targets -- -D warnings
63
64
- - name: Build
65
- working-directory: ${{ inputs.working-directory }}
66
- run: cargo build --release
67
-
68
- name: Run tests
69
70
run: cargo test --release
0 commit comments