Skip to content

Commit

Permalink
Add toolchain to pin CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpenke committed May 9, 2023
1 parent 90de932 commit e18db98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: "build all"
# We keep these separate since sometimes the derive fails when
# independently built.
Expand All @@ -31,7 +29,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
- name: "clippy --all"
run: cargo clippy --all --tests -- -D warnings
Expand All @@ -43,7 +40,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
- name: Run
run: cargo fmt --all -- --check
Expand All @@ -54,8 +50,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- uses: taiki-e/install-action@nextest
- name: Run
Expand All @@ -69,7 +63,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
channel = "1.69.0"

0 comments on commit e18db98

Please sign in to comment.