We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746a7e2 commit 36afeafCopy full SHA for 36afeaf
.github/workflows/rust.yml
@@ -12,10 +12,14 @@ env:
12
jobs:
13
build:
14
15
- runs-on: ubuntu-latest
+ runs-on: ubicloud-standard-2
16
17
steps:
18
- uses: actions/checkout@v3
19
+ - uses: Swatinem/rust-cache@v2
20
+ with:
21
+ cache-on-failure: "true"
22
+ add-job-id-key: "false"
23
- name: Build
24
run: cargo build --verbose
25
- name: Run tests
@@ -24,10 +28,14 @@ jobs:
28
29
clippy_check:
26
30
27
-
31
32
+
33
34
35
36
37
38
39
- uses: actions-rs/toolchain@v1
40
with:
41
toolchain: stable
0 commit comments