Skip to content

Commit 7490ebe

Browse files
committed
Make github action less verbose
1 parent 8894b5d commit 7490ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build
20-
run: cargo build --release --verbose
20+
run: cargo build --release
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: cargo test

0 commit comments

Comments
 (0)