Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
buth committed Aug 28, 2023
1 parent 795e853 commit 1d8c76b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]
jobs:
tests:
runs-on: ubuntu-latest
name: Run Go tests
strategy:
matrix:
go-version:
Expand All @@ -14,4 +15,4 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go test -v -race ./...
- run: go test -v ./...

0 comments on commit 1d8c76b

Please sign in to comment.