Skip to content

Commit

Permalink
feat: update dependencies and remove verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jul 19, 2024
1 parent 0d4a17f commit 670d870
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 71 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: matrix.platform.runner == 'macos-latest'

- name: Build
run: cargo build --verbose --locked --target ${{ matrix.platform.target }}
run: cargo build --locked --target ${{ matrix.platform.target }}

- name: Run tests
run: cargo test --verbose --locked --target ${{ matrix.platform.target }}
run: cargo test --locked --target ${{ matrix.platform.target }}
Loading

0 comments on commit 670d870

Please sign in to comment.