Skip to content

Commit ca6fa57

Browse files
committed
fix ci
1 parent f07db26 commit ca6fa57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
go-version: ${{ matrix.go-version }}
1919
- name: Install dependencies
20-
run: go get .
20+
run: go mod download
2121
- name: Build
22-
run: go build -v ./...
23-
- name: Test with the Go CLI
24-
run: go test
22+
run: go build -o s6-cli -v ./cmd/s6cli
23+
- name: Test
24+
run: go test -v ./...

0 commit comments

Comments
 (0)