Skip to content

Commit

Permalink
chores: simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent 3d6d246 commit 1646b28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
# uses: golangci/golangci-lint-action@v3
# with:
# version: v1.55
- name: Pre-test
run: |
cp .env.example .env
- name: Run Unit tests
run: |
go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
Expand Down

0 comments on commit 1646b28

Please sign in to comment.