Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Jan 11, 2025
1 parent 1647202 commit 7fc4fc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,12 @@ jobs:
- name: Acceptance tests
timeout-minutes: 10
run: make testacc
uses: robherley/go-test-action@v0
with:
packages: ./tests
args: -test.v=false
env: |
TEST_VERBOSITY=quiet
docker:
name: "Docker Lint"
Expand Down

0 comments on commit 7fc4fc8

Please sign in to comment.