Skip to content

Commit

Permalink
Fix CI to use rust-toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Dec 5, 2020
1 parent ae963ac commit a950ab7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true

- name: Build documentation
uses: actions-rs/cargo@v1
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
# We don't have branches on OS currently
# - macOS-latest
# - windows-latest
toolchain:
- nightly
cargo_flags:
- "--all-features"
steps:
Expand All @@ -29,8 +27,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true

- name: Install grcov
uses: actions-rs/install@v0.1
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt

- name: Run rustfmt
Expand All @@ -46,8 +44,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: clippy

- name: Run clippy
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true

- name: Publish
uses: actions-rs/cargo@v1
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- ubuntu-latest
- windows-latest
- macOS-latest
toolchain:
- nightly
cargo_flags:
- ""
- "--no-default-features"
Expand All @@ -30,8 +28,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true

- name: Build
uses: actions-rs/cargo@v1
Expand All @@ -57,8 +53,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: miri

- name: Setup miri
Expand Down

0 comments on commit a950ab7

Please sign in to comment.