Skip to content

Commit

Permalink
ci: run tests
Browse files Browse the repository at this point in the history
Closes #11.
  • Loading branch information
crazybolillo committed Aug 9, 2024
1 parent ce61f71 commit e4fcaf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
- uses: golangci/golangci-lint-action@v5
with:
version: latest
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Run tests
run: go test -v ./...
swagger:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e4fcaf7

Please sign in to comment.