Skip to content

Commit

Permalink
Test minimal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerRogalsky committed Mar 16, 2024
1 parent 6a35ba7 commit 0133e20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ on: [push, pull_request]
name: Continuous integration

jobs:
check_minimal_versions:
name: Check Native
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: check
args: --tests -Z direct-minimal-versions

check_native:
name: Check Native
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0133e20

Please sign in to comment.