Skip to content

Commit

Permalink
Test MSRV in CI
Browse files Browse the repository at this point in the history
Close #59. Run tests with both MSRV and stable rust toolchains.
  • Loading branch information
DanGould committed Jan 12, 2024
1 parent 717082b commit e9bf1da
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
env:
RUSTFLAGS: -C link-arg=-fuse-ld=lld
NSS_DIR: ${{ github.workspace }}/nss
strategy:
fail-fast: false
matrix:
rust:
- 1.63.0 # MSRV
- stable

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -76,6 +82,13 @@ jobs:
check_rust_hpke:
name: rust-hpke Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust:
- 1.63.0 # MSRV
- stable

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e9bf1da

Please sign in to comment.