Skip to content

Commit 1adbeea

Browse files
committed
Improve GitHub actions
1 parent 33f912a commit 1adbeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: go fmt ./...
4141

4242
- name: Run tests
43-
run: go test ./... -v
43+
run: go test
4444

4545
- name: Build binary
4646
run: python3 .github/workflows/build.py

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: go fmt ./...
3434

3535
- name: Run tests
36-
run: go test ./... -v
36+
run: go test
3737

3838
- name: Build binary
3939
run: python3 .github/workflows/build.py

0 commit comments

Comments
 (0)