Skip to content

Commit 91d2b66

Browse files
author
Mike Zorn
committed
Build first
this way pre-commit won't timeout when we refresh the module cache
1 parent cd2818f commit 91d2b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: actions/setup-go@v4
2121
with:
2222
go-version: stable
23+
- name: build
24+
run: go build .
2325

2426
- uses: actions/setup-python@v3
2527
- uses: pre-commit/action@v3.0.1
26-
- name: build
27-
run: go build .
2828
- name: test
2929
run: go test ./...

0 commit comments

Comments
 (0)