Skip to content

Commit ab6796d

Browse files
authored
use check not build for rust release cache (#1320)
1 parent ce6ebd6 commit ab6796d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ jobs:
265265
run: cargo build --all
266266

267267
- name: Build release
268-
run: cargo build --all --release
268+
run: cargo check --all --release

0 commit comments

Comments
 (0)