Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Oct 25, 2024
1 parent 4af4c99 commit 743f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: build dot command
run: cd ./cmd/dot && go build -v .
run: cd ./cmd/dot && go mod download && go build -v .
- name: test
if: ${{ matrix.os != 'windows-latest' }}
run: go test -race -v ./...

0 comments on commit 743f7ab

Please sign in to comment.