Skip to content

Commit

Permalink
actually test on the min version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 25, 2021
1 parent cc1e531 commit 3f72d8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
version: 1.36.0
- uses: sfackler/actions/rustup@master
- run: echo "::set-output name=version::$(rustc --version)"
id: rust-version
Expand Down Expand Up @@ -105,7 +107,7 @@ jobs:
- run: cargo run -p systest
- run: cargo test -p openssl
- run: cargo test -p openssl-errors

macos-homebrew:
name: macos-homebrew
runs-on: macos-latest
Expand Down

0 comments on commit 3f72d8e

Please sign in to comment.