We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7dd47 commit 6968d41Copy full SHA for 6968d41
.github/workflows/main.yml
@@ -170,16 +170,7 @@ jobs:
170
run: 'cargo test -p cargo --test testsuite -- fix::'
171
env:
172
__CARGO_TEST_FORCE_ARGFILE: 1
173
- - run: cargo test -p cargo-test-support
174
- - run: cargo test -p cargo-platform
175
- - run: cargo test -p cargo-util
176
- - run: cargo test -p home
177
- - run: cargo test -p mdman
178
- - run: cargo build -p cargo-credential-1password
179
- - run: cargo build -p cargo-credential-macos-keychain
180
- - run: cargo build -p cargo-credential-wincred
181
- - run: cargo build -p cargo-credential-gnome-secret
182
- if: matrix.os == 'ubuntu-latest'
+ - run: cargo test --workspace --exclude cargo --exclude benchsuite
183
- name: Check benchmarks
184
run: |
185
# This only tests one benchmark since it can take over 10 minutes to
0 commit comments