We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6022b5e commit 4210d0cCopy full SHA for 4210d0c
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- uses: actions/checkout@v2
34
-
+
35
- uses: actions-rs/toolchain@v1
36
with:
37
profile: minimal
@@ -45,5 +45,11 @@ jobs:
45
46
- uses: actions-rs/cargo@v1
47
48
- command: check
+ command: build
49
+ args: --target=${{ matrix.TARGET }}
50
51
+ - uses: actions-rs/cargo@v1
52
+ if: ${{ matrix.TARGET == 'x86_64-unknown-linux-gnu' }}
53
+ with:
54
+ command: test
55
args: --target=${{ matrix.TARGET }}
.github/workflows/clippy.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
- toolchain: stable
+ toolchain: 1.55.0
16
override: true
17
components: clippy
18
- uses: actions-rs/clippy-check@v1
0 commit comments