Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhnvrm authored May 29, 2024
1 parent 54f7500 commit ef5fbbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:

name: Go ${{ matrix.go }} Tests
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
check-latest: true

- name: Run all tests
run: go test -v github.com/knadh/koanf...
Expand Down

0 comments on commit ef5fbbc

Please sign in to comment.