File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -170,16 +170,7 @@ jobs:
170
170
run : ' cargo test -p cargo --test testsuite -- fix::'
171
171
env :
172
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'
173
+ - run : cargo test --exclude cargo --exclude benchsuite
183
174
- name : Check benchmarks
184
175
run : |
185
176
# This only tests one benchmark since it can take over 10 minutes to
You can’t perform that action at this time.
0 commit comments