diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 69bdada..336b432 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,6 +22,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build - run: cargo build --verbose + run: cargo build - name: Run tests - run: cargo test --verbose \ No newline at end of file + run: cargo test \ No newline at end of file