Skip to content

Commit

Permalink
re-enabling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fclairamb committed Mar 2, 2024
1 parent 4e934cb commit 35dae8c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- chore/lint-*
- chore/lint*
pull_request:

permissions:
Expand Down Expand Up @@ -54,12 +54,7 @@ jobs:
run: go build -v ./...

- name: Test
if: matrix.lint_and_test
# We need GCC because of the "go test -race"
# env:
# CGO_ENABLED: 0
run: |
apt-get update && apt-get install gcc -y
go test -parallel 20 -v -race -coverprofile=coverage.txt -covermode=atomic ./...
bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 35dae8c

Please sign in to comment.