Skip to content

Commit e67761d

Browse files
committed
Dont run tests in verbose mode
1 parent c98f216 commit e67761d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
rustup default stable
4040
4141
- name: Run tests
42-
run: cargo test --verbose
42+
run: cargo test

0 commit comments

Comments
 (0)