Skip to content

Commit

Permalink
Remove minimum dep check for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerRogalsky committed Mar 16, 2024
1 parent 096d729 commit 0377f3f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ on: [push, pull_request]
name: Continuous integration

jobs:
check_minimal_versions:
name: Check Minimal Versions
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
# TODO: this will require a little more work to figure out
# check_minimal_versions:
# name: Check Minimal Versions
# 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
Expand Down

0 comments on commit 0377f3f

Please sign in to comment.