Skip to content

Commit 00f77c3

Browse files
committed
ci: use bootstrap.go for self-install in CI so bootstrapping also gets tested
1 parent 306d129 commit 00f77c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: brew bundle --no-upgrade --file=Brewfile
9696

9797
- name: Self-install
98-
run: go run main.go install
98+
run: go run bootstrap.go
9999

100100
- name: Parallelism check
101101
run: stave parallelismcheck

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: brew bundle --no-upgrade --file=Brewfile
105105

106106
- name: Self-install
107-
run: go run main.go install
107+
run: go run bootstrap.go
108108

109109
- name: Parallelism check
110110
run: stave parallelismcheck

0 commit comments

Comments
 (0)