Skip to content

Commit

Permalink
ci: use gotestsum
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Jun 11, 2024
1 parent 3108fba commit 649c6af
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
- name: Setup gotestsum
uses: autero1/action-gotestsum@v2
with:
go-version: '1.22.2'
cache: false
gotestsum_version: 1.12.0
- name: Run tests
run: go test -v ./...
run: gotestsum --format short-verbose ./...
run_linters:
name: Running linters
runs-on: ubuntu-latest
Expand Down

0 comments on commit 649c6af

Please sign in to comment.