From 129f3035af89ce20ee50a3c1254ffe6ea2d52449 Mon Sep 17 00:00:00 2001 From: Jacob LeGrone Date: Tue, 19 Jul 2022 18:25:17 -0400 Subject: [PATCH] Test with CGO disabled --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 085ec4f7..5a62979d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,10 +32,6 @@ jobs: - "" - -tags headless cgo: ["0", "1"] - exclude: - # cgo is currently required by the upstream SQLite driver. - # This exception should be removed if/when non-cgo builds are supported again. - - cgo: "0" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2