chore(ci): re-enable minimum rust version (1.39)
This commit is contained in:
15
.github/workflows/CI.yml
vendored
15
.github/workflows/CI.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
# - 1.39.0
|
- 1.39.0
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
@@ -58,9 +58,6 @@ jobs:
|
|||||||
- rust: stable
|
- rust: stable
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
features: "--features __internal_happy_eyeballs_tests"
|
features: "--features __internal_happy_eyeballs_tests"
|
||||||
# - rust: 1.39.0
|
|
||||||
# features: "--no-default-features --features runtime"
|
|
||||||
# build-only: true
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@@ -75,22 +72,14 @@ jobs:
|
|||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Build only
|
|
||||||
if: matrix.build-only
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
args: ${{ matrix.features }}
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
if: matrix.build-only != true
|
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: ${{ matrix.features }}
|
args: ${{ matrix.features }}
|
||||||
|
|
||||||
- name: Test all benches
|
- name: Test all benches
|
||||||
if: matrix.benches && matrix.build-only != true
|
if: matrix.benches
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
|||||||
Reference in New Issue
Block a user