Skip to content

Commit 561007d

Browse files
authored
ci: reduce self-hosted rebuilds (#352)
1 parent ce5a6fa commit 561007d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
CARGO_REGISTRIES_MY_REGISTRY_INDEX: https://github.com/rust-lang/crates.io-index
12+
CARGO_TARGET_DIR: ${{ github.workspace }}/../target
1213

1314
jobs:
1415
# 1
@@ -22,12 +23,6 @@ jobs:
2223
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
2324
echo "$HOME/actions-runner/externals/node20/bin" >> "$GITHUB_PATH"
2425
25-
- name: Run cargo check
26-
run: make cargo-check
27-
28-
- name: Run cargo build
29-
run: make build
30-
3126
- name: Run cargo test
3227
run: make test
3328
# 2

0 commit comments

Comments
 (0)