Skip to content

Commit

Permalink
Update github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Jul 28, 2024
1 parent 783fd2c commit 4b3ef3f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ jobs:
run: cargo build
- name: Run tests
run: cargo test

direct-minimal-versions:
name: Test min versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
with:
rust-version: nightly
- run: |
cargo update -Z direct-minimal-versions
cargo test

0 comments on commit 4b3ef3f

Please sign in to comment.