summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/.github/workflows/main.yml')
-rw-r--r--src/tools/cargo/.github/workflows/main.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/tools/cargo/.github/workflows/main.yml b/src/tools/cargo/.github/workflows/main.yml
index 2e71f14b8..44dd76e13 100644
--- a/src/tools/cargo/.github/workflows/main.yml
+++ b/src/tools/cargo/.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
needs:
- build_std
- clippy
+ - credential_msrv
- docs
- lockfile
- resolver
@@ -37,6 +38,7 @@ jobs:
needs:
- build_std
- clippy
+ - credential_msrv
- docs
- lockfile
- resolver
@@ -176,7 +178,7 @@ jobs:
run: 'cargo test -p cargo --test testsuite -- fix::'
env:
__CARGO_TEST_FORCE_ARGFILE: 1
- - run: cargo test --workspace --exclude cargo --exclude benchsuite
+ - run: cargo test --workspace --exclude cargo --exclude benchsuite --exclude resolver-tests
- name: Check benchmarks
run: |
# This only tests one benchmark since it can take over 10 minutes to
@@ -246,3 +248,10 @@ jobs:
cd target
curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
sh linkcheck.sh --all --path ../src/doc cargo
+
+ credential_msrv:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - run: rustup update 1.70 && rustup default 1.70
+ - run: cargo test -p cargo-credential