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 e8bd989 commit 9c606eeCopy full SHA for 9c606ee
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v2
18
+ - run: cargo --version --verbose
19
+ - uses: Swatinem/rust-cache@v2
20
- uses: r7kamura/rust-problem-matchers@v1.1.0
21
- name: "Run `cargo check`"
22
run: cargo check --all-targets --all
@@ -31,6 +33,8 @@ jobs:
31
33
32
34
35
36
37
38
39
# install QEMU
40
- name: Install QEMU (Linux)
@@ -71,5 +75,7 @@ jobs:
71
75
runs-on: ubuntu-latest
72
76
73
77
78
79
74
80
81
- run: cargo clippy
0 commit comments