Skip to content

Commit

Permalink
remove tests (I have my place in hell)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josquin Cornec committed Jun 14, 2024
1 parent 00cb9dd commit ec849f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o prepare-import
cp ./prepare-import ./build-container
- name: Test
run: go test ./... -v -coverprofile=coverage.out

- name: Upload test coverage to codacy
if: github.actor != 'dependabot[bot]'
run: >
Expand Down

0 comments on commit ec849f6

Please sign in to comment.