We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5e96f commit 171f9a6Copy full SHA for 171f9a6
.github/workflows/test.yml
@@ -11,5 +11,6 @@ jobs:
11
with:
12
go-version: ${{ matrix.go-version }}
13
- uses: actions/checkout@v3
14
+ - run: go install tool
15
- run: go build ./cmd/orchid/
16
- run: go test ./...
0 commit comments