We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601398f commit b6307cfCopy full SHA for b6307cf
1 file changed
.github/workflows/ci.yaml
@@ -12,6 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- uses: dtolnay/rust-toolchain@stable
15
+ - uses: Swatinem/rust-cache@v2
16
- name: Check formatting
17
run: cargo fmt --check
18
- name: Clippy
@@ -36,6 +37,9 @@ jobs:
36
37
38
with:
39
targets: ${{ matrix.target }}
40
41
+ with:
42
+ cache-on-failure: true
43
- name: Build
44
run: cargo build --release --target ${{ matrix.target }}
45
- name: Upload binary
0 commit comments