diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 280be03..bb3ce5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: test-backend: name: Test backend runs-on: self-hosted + # CGO is required by the sqlite driver and by `go test -race`. + env: + CGO_ENABLED: "1" defaults: run: working-directory: backend