Skip to content

Commit

Permalink
chore(ci): re-enable minimum rust version (1.39)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Mar 25, 2020
1 parent fce3ddc commit 5b3724e
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- stable
- beta
- nightly
# - 1.39.0
- 1.39.0

os:
- ubuntu-latest
Expand All @@ -58,9 +58,6 @@ jobs:
- rust: stable
os: ubuntu-latest
features: "--features __internal_happy_eyeballs_tests"
# - rust: 1.39.0
# features: "--no-default-features --features runtime"
# build-only: true

runs-on: ${{ matrix.os }}

Expand All @@ -75,22 +72,14 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true

- name: Build only
if: matrix.build-only
uses: actions-rs/cargo@v1
with:
command: build
args: ${{ matrix.features }}

- name: Test
if: matrix.build-only != true
uses: actions-rs/cargo@v1
with:
command: test
args: ${{ matrix.features }}

- name: Test all benches
if: matrix.benches && matrix.build-only != true
if: matrix.benches
uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 5b3724e

Please sign in to comment.