From f6baf32dbda07397431661d631430cfd77f5705b Mon Sep 17 00:00:00 2001 From: Garrison Davis Date: Mon, 23 Jan 2023 13:30:40 -0700 Subject: [PATCH] Stop go test in GitHub CI These tests are happening in GitLab CI instead. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55f0d0448..60061e8af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,3 @@ jobs: - name: go vet run: go vet ./... - - - name: test - run: go test ./...