Skip to content

Commit 9fca918

Browse files
committed
No verbose, no tests.
1 parent 1a0fb31 commit 9fca918

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: clippy
2222
run: cargo clippy --no-deps
2323
- name: build
24-
run: cargo build --verbose
25-
- name: test
26-
run: cargo test --verbose
24+
run: cargo build
25+
# - name: test
26+
# run: cargo test

0 commit comments

Comments
 (0)