Skip to content

Commit

Permalink
disable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Sep 24, 2024
1 parent 90e3a9c commit 828d79d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
version: latest
only-new-issues: true
skip-cache: true
- name: Run Go unit tests
- name: Go unit tests
run: |
go test -v -coverpkg=./... -race -timeout 3m -coverprofile=coverage.out.tmp ./...
cat coverage.out.tmp | grep -v "main.go" > coverage.out
- name: Run Go unit tests
run: |
./scripts/test.sh
# - name: Integration tests
# run: |
# ./scripts/test.sh
- name: Go coverage format
if: ${{ github.event_name == 'pull_request' }}
run: |
Expand Down

0 comments on commit 828d79d

Please sign in to comment.