Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dazz committed Jan 4, 2024
1 parent f07db26 commit ca6fa57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Install dependencies
run: go get .
run: go mod download
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test
run: go build -o s6-cli -v ./cmd/s6cli
- name: Test
run: go test -v ./...

0 comments on commit ca6fa57

Please sign in to comment.