Don't be as verbose.

This commit is contained in:
2023-04-07 10:27:22 -07:00
parent d045a75676
commit 90133df005

View File

@@ -26,8 +26,8 @@ jobs:
default: true
override: true
- name: Build
run: cargo build --verbose
run: cargo build
- name: Format Check
run: cargo fmt --check
- name: Run tests
run: cargo test --verbose
run: cargo test