Skip to content

Commit 580199b

Browse files
authored
Merge pull request #27 from Kuuuube/dont-test-verbose
Dont run tests in verbose mode
2 parents c98f216 + e67761d commit 580199b

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)