summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2020-07-06 01:48:47 +0900
committerGitHub <noreply@github.com>2020-07-05 18:48:47 +0200
commit2aa8751261870875d2664ac6515026b9c8d87ee4 (patch)
tree23b93a375f1dce8079a5bd332826926940997622 /.github
parentbe02d36a86b2d5fb05c813d332a09e0c44398cfe (diff)
ci: use latest stable compiler on macOS ci (#2643)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test_tokio.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/test_tokio.yml b/.github/workflows/test_tokio.yml
index 522f7b14..d6d32b8f 100644
--- a/.github/workflows/test_tokio.yml
+++ b/.github/workflows/test_tokio.yml
@@ -25,11 +25,6 @@ jobs:
- uses: actions/checkout@master
- name: Install Rust
run: rustup update stable
- if: matrix.os != 'macos-latest'
- # https://github.com/rust-lang/rust/issues/73030
- - name: Install Rust
- run: rustup update 1.43.1 && rustup default 1.43.1
- if: matrix.os == 'macos-latest'
# Run `tokio` with only `full`
- uses: actions-rs/cargo@v1
@@ -73,11 +68,6 @@ jobs:
- uses: actions/checkout@master
- name: Install Rust
run: rustup update stable
- if: matrix.os != 'macos-latest'
- # https://github.com/rust-lang/rust/issues/73030
- - name: Install Rust
- run: rustup update 1.43.1 && rustup default 1.43.1
- if: matrix.os == 'macos-latest'
# Run with all crate features
- name: ${{ matrix.crate }} - cargo test --all-features
@@ -130,11 +120,6 @@ jobs:
- uses: actions/checkout@master
- name: Install Rust
run: rustup update stable
- if: matrix.os != 'macos-latest'
- # https://github.com/rust-lang/rust/issues/73030
- - name: Install Rust
- run: rustup update 1.43.1 && rustup default 1.43.1
- if: matrix.os == 'macos-latest'
- run: cargo install cargo-hack
name: Install cargo-hack
- uses: actions-rs/cargo@v1