We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd169e0 commit 51fbbd9Copy full SHA for 51fbbd9
.github/workflows/rust.yml
@@ -28,25 +28,14 @@ env:
28
jobs:
29
30
test:
31
- name: ubuntu-${{ matrix.toolchain }}
+ name: test
32
runs-on: ubuntu-latest
33
34
- strategy:
35
- matrix:
36
- toolchain: [stable, beta, nightly]
37
-
38
steps:
39
40
- name: checkout
41
uses: actions/checkout@v5
42
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
50
- name: cargo check
51
uses: actions-rs/cargo@v1
52
with:
0 commit comments