Skip to content

Commit

Permalink
CI: Run MSRV job with both lock files
Browse files Browse the repository at this point in the history
Currently we are not running the MSRV job with both lock files, we
should. Note also that the lock files are different, testing older
versions of `hashes` and `internals` - this is because of the range
dependency in `secp` (I think).
  • Loading branch information
tcharding committed Aug 6, 2024
1 parent d8bfe10 commit c95b411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
- name: "Run test script"
run: ./maintainer-tools/ci/run_task.sh nightly

MSRV: # 1 jobs, minimal lock file only.
MSRV: # 2 jobs, one per lock file.
name: Test - 1.63.0 toolchain
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dep: [minimal]
dep: [minimal, recent]
steps:
- name: "Checkout repo"
uses: actions/checkout@v4
Expand Down

0 comments on commit c95b411

Please sign in to comment.