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 72b9b1e commit 46a55dcCopy full SHA for 46a55dc
.github/workflows/ci.yml
@@ -7,5 +7,5 @@ jobs:
7
- uses: actions/checkout@v2
8
- run: cargo build
9
- run: cargo test
10
- - run: cargo clippy --workspace --no-deps -- -D warnings
+ - run: cargo clippy --no-deps -- -D warnings
11
- run: cargo fmt -- --check
0 commit comments