mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
chore(ci): Automatically test all new packages
This commit is contained in:
parent
3d7dd47f15
commit
6968d41c3a
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -170,16 +170,7 @@ jobs:
|
||||
run: 'cargo test -p cargo --test testsuite -- fix::'
|
||||
env:
|
||||
__CARGO_TEST_FORCE_ARGFILE: 1
|
||||
- run: cargo test -p cargo-test-support
|
||||
- run: cargo test -p cargo-platform
|
||||
- run: cargo test -p cargo-util
|
||||
- run: cargo test -p home
|
||||
- run: cargo test -p mdman
|
||||
- run: cargo build -p cargo-credential-1password
|
||||
- run: cargo build -p cargo-credential-macos-keychain
|
||||
- run: cargo build -p cargo-credential-wincred
|
||||
- run: cargo build -p cargo-credential-gnome-secret
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
- run: cargo test --workspace --exclude cargo --exclude benchsuite
|
||||
- name: Check benchmarks
|
||||
run: |
|
||||
# This only tests one benchmark since it can take over 10 minutes to
|
||||
|
Loading…
x
Reference in New Issue
Block a user