From b2fce7338696245400a2ed2bba426d22f9c1383b Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Tue, 24 Feb 2026 09:23:21 -0500 Subject: [PATCH] This brings back integration tests which should run better now, trying --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7acd35..20c16ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,4 @@ jobs: run: go build -v ./... - name: Run tests - run: go test -v $(go list ./... | grep -v /tests/integration) + run: go test -v ./...