Skip to content

Commit

Permalink
Run tests on 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 12, 2024
1 parent ac9ed88 commit 38cb990
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ on: [push, pull_request]

jobs:
check_and_test:
name: check and test workspace
name: check and test workspace with ${{matrix.toolchain}}
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- 1.70
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand All @@ -20,12 +21,13 @@ jobs:
- run: cargo test

build:
name: build workspace
name: build workspace with ${{matrix.toolchain}}
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- 1.70
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 38cb990

Please sign in to comment.