File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,12 @@ jobs:
42
42
strategy :
43
43
matrix :
44
44
# NOTE: we build cairo_bench_programs so clippy can check the benchmarks too
45
- program-target : [
46
- cairo_bench_programs,
47
- cairo_proof_programs,
48
- cairo_test_programs,
49
- cairo_1_test_contracts,
50
- cairo_2_test_contracts,
51
- ]
45
+ program-target :
46
+ - cairo_bench_programs
47
+ - cairo_proof_programs
48
+ - cairo_test_programs
49
+ - cairo_1_test_contracts
50
+ - cairo_2_test_contracts
52
51
name : Build Cairo programs
53
52
runs-on : ubuntu-24.04
54
53
steps :
@@ -162,7 +161,7 @@ jobs:
162
161
key : all-programs-cache-${{ hashFiles('cairo_programs/**/*.cairo', 'examples/wasm-demo/src/array_sum.cairo') }}
163
162
164
163
lint :
165
- needs : build-programs
164
+ needs : merge-caches
166
165
name : Run Lints
167
166
runs-on : ubuntu-24.04
168
167
steps :
You can’t perform that action at this time.
0 commit comments