Skip to content

Commit 51fbbd9

Browse files
committed
[ci] removes strategy to use toolchain from file
1 parent dd169e0 commit 51fbbd9

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,14 @@ env:
2828
jobs:
2929

3030
test:
31-
name: ubuntu-${{ matrix.toolchain }}
31+
name: test
3232
runs-on: ubuntu-latest
3333

34-
strategy:
35-
matrix:
36-
toolchain: [stable, beta, nightly]
37-
3834
steps:
3935

4036
- name: checkout
4137
uses: actions/checkout@v5
4238

43-
- name: set up rust toolchain
44-
uses: actions-rs/toolchain@v1
45-
with:
46-
profile: minimal
47-
toolchain: ${{ matrix.toolchain }}
48-
components: clippy, rustfmt
49-
5039
- name: cargo check
5140
uses: actions-rs/cargo@v1
5241
with:

0 commit comments

Comments
 (0)