Skip to content

Commit 171f9a6

Browse files
committed
Install tools before building and running tests
1 parent 5e5e96f commit 171f9a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ jobs:
1111
with:
1212
go-version: ${{ matrix.go-version }}
1313
- uses: actions/checkout@v3
14+
- run: go install tool
1415
- run: go build ./cmd/orchid/
1516
- run: go test ./...

0 commit comments

Comments
 (0)