Skip to content

Commit c95b411

Browse files
committed
CI: Run MSRV job with both lock files
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).
1 parent d8bfe10 commit c95b411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
- name: "Run test script"
5454
run: ./maintainer-tools/ci/run_task.sh nightly
5555

56-
MSRV: # 1 jobs, minimal lock file only.
56+
MSRV: # 2 jobs, one per lock file.
5757
name: Test - 1.63.0 toolchain
5858
runs-on: ubuntu-latest
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
dep: [minimal]
62+
dep: [minimal, recent]
6363
steps:
6464
- name: "Checkout repo"
6565
uses: actions/checkout@v4

0 commit comments

Comments
 (0)