Skip to content

Commit

Permalink
add verbosity to test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Sep 5, 2024
1 parent 4d27c5c commit 11038f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Integration tests

on:
push:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-go-
- name: Run Tests
run: go test ./...
run: go test -v ./...

- name: Build
run: go build ./...

0 comments on commit 11038f9

Please sign in to comment.