diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fba4dd7..49785b2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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