Skip to content

Commit

Permalink
Add test to minimal versions check
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 22, 2023
1 parent c51da97 commit a29249a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
- name: Check with minimal versions
run: cargo minimal-versions check --workspace --ignore-private

- name: Test with minimal versions
run: cargo minimal-versions test -- --test-threads 1

lints:
name: Lints
runs-on: ubuntu-latest
Expand Down

0 comments on commit a29249a

Please sign in to comment.