File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107
107
--no-dev-deps \
108
108
--include-features=wasm-deterministic,slog_json \
109
109
--features=wasm-deterministic
110
+
110
111
- name : Run cargo hack check
111
112
run : ${{ matrix.command }}
112
113
@@ -123,6 +124,7 @@ jobs:
123
124
uses : actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48 # v1.13.0
124
125
with :
125
126
toolchain : nightly
127
+ cache : false
126
128
127
129
- name : Check fuzz targets
128
130
run : |
Original file line number Diff line number Diff line change @@ -26,15 +26,19 @@ jobs:
26
26
- name : Checkout the latest code
27
27
id : git_checkout
28
28
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+
29
30
- name : Define Rust Toolchain
30
31
id : define_rust_toolchain
31
32
run : echo "RUST_TOOLCHAIN=$(cat ./rust-toolchain)" >> $GITHUB_ENV
33
+
32
34
- name : Setup Rust Toolchain
33
35
id : setup_rust_toolchain
34
36
uses : actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1.10.1
35
37
with :
36
38
toolchain : ${{ env.RUST_TOOLCHAIN }}
37
39
components : clippy
40
+ cache : false
41
+
38
42
- name : Clippy
39
43
id : clippy
40
44
run : cargo clippy-stacks
Original file line number Diff line number Diff line change @@ -17,14 +17,17 @@ jobs:
17
17
- name : Checkout the latest code
18
18
id : git_checkout
19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+
20
21
- name : Define Rust Toolchain
21
22
id : define_rust_toolchain
22
23
run : echo "RUST_TOOLCHAIN=$(cat ./rust-toolchain)" >> $GITHUB_ENV
24
+
23
25
- name : Setup Rust Toolchain
24
26
id : setup_rust_toolchain
25
27
uses : actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1.10.1
26
28
with :
27
29
toolchain : ${{ env.RUST_TOOLCHAIN }}
30
+ cache : false
28
31
29
32
- name : Dump constants JSON
30
33
id : consts-dump
Original file line number Diff line number Diff line change 38
38
- uses : DeterminateSystems/magic-nix-cache-action@e1c1dae8e170ed20fd2e6aaf9979ca2d3905d636 # v12
39
39
with :
40
40
use-flakehub : false # Remove error when trying to authenticate without credentials
41
+ use-gha-cache : false # Disable uploading cache to gha cache
41
42
- run : nix flake check ./contrib/nix
You can’t perform that action at this time.
0 commit comments