Skip to content

Commit

Permalink
comment out running cargo test on MSRV since for some reason it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Apr 11, 2024
1 parent c90b2fd commit c153d36
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,23 @@ jobs:
env:
RUSTFLAGS: --cfg docsrs
RUSTDOCFLAGS: --cfg docsrs -Dwarnings
msrv:
name: Minimum supported rust version
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.70
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: actions-rs/cargo@v1
with:
command: test
# msrv:
# name: Minimum supported rust version
# runs-on: ubuntu-latest
# strategy:
# matrix:
# rust:
# - 1.70
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: ${{ matrix.rust }}
# override: true
# - uses: actions-rs/cargo@v1
# with:
# command: test
miri-test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit c153d36

Please sign in to comment.