Skip to content

Commit 46a55dc

Browse files
authored
Update ci.yml
1 parent 72b9b1e commit 46a55dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
- uses: actions/checkout@v2
88
- run: cargo build
99
- run: cargo test
10-
- run: cargo clippy --workspace --no-deps -- -D warnings
10+
- run: cargo clippy --no-deps -- -D warnings
1111
- run: cargo fmt -- --check

0 commit comments

Comments
 (0)