Skip to content

Commit 8303298

Browse files
committed
依存関係を事前にダウンロードするようにした
1 parent 074abd0 commit 8303298

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: Check format
5959
run: cargo fmt --all -- --check
6060

61+
- name: Download dependencies
62+
run: cargo fetch --locked
63+
6164
- name: Build
6265
run: cargo test --no-run --workspace --locked --verbose
6366

0 commit comments

Comments
 (0)