Skip to content

Commit

Permalink
enable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Aug 11, 2024
1 parent 50a3edc commit b135d9b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/golang_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
required: false
default: "./"
type: string
needs:
required: false
type: string
default: '[]'
services:
required: false
type: string
Expand All @@ -18,9 +14,6 @@ on:
type: string
default: '{}'

env:
NEEDS: ${{ github.event.inputs.needs }}

jobs:
test:
needs: []
Expand All @@ -37,4 +30,4 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Run tests
run: go test -cover -race ${{ inputs.workdir }}...
run: CGO_ENABLED=1 && go test -cover -race ${{ inputs.workdir }}...

0 comments on commit b135d9b

Please sign in to comment.