Skip to content

Commit 6968d41

Browse files
committed
chore(ci): Automatically test all new packages
1 parent 3d7dd47 commit 6968d41

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,7 @@ jobs:
170170
run: 'cargo test -p cargo --test testsuite -- fix::'
171171
env:
172172
__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 --workspace --exclude cargo --exclude benchsuite
183174
- name: Check benchmarks
184175
run: |
185176
# This only tests one benchmark since it can take over 10 minutes to

0 commit comments

Comments
 (0)