Skip to content

Commit 4731c9a

Browse files
authored
Merge pull request #4 from x100111010/main
exclude test linting
2 parents eee398d + 8de7f89 commit 4731c9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: cargo fmt --all -- --check
3535

3636
- name: Run cargo clippy
37-
run: cargo clippy --tests -- -D warnings
37+
run: cargo clippy -- -D warnings

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
Cargo.lock

0 commit comments

Comments
 (0)