Skip to content

Commit 20f1836

Browse files
committed
update(actions): Change test to not verbose
1 parent cd2b6ec commit 20f1836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Run tests
20-
run: cargo test --verbose
20+
run: cargo test

0 commit comments

Comments
 (0)