From 655649b34d6c522d593062edfbeaf5c0bd37a8ca Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Thu, 11 May 2023 14:19:48 -0700 Subject: [PATCH] Enable guest agent unit tests in the ci Signed-off-by: Kathryn Baldauf --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 219733b8ae..8e5c08c5f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,6 +200,9 @@ jobs: - name: Test rego policy interpreter run: gotestsum --format standard-verbose --debug -- -mod=mod -gcflags=all=-d=checkptr ./internal/regopolicyinterpreter + - name: Run guest code unit tests + run: gotestsum --format standard-verbose --debug -- -mod=mod -gcflags=all=-d=checkptr ./internal/guest/... + - name: Build gcs Testing Binary run: go test -mod=mod -gcflags=all=-d=checkptr -c -tags functional ./gcs working-directory: test