Skip to content

Commit

Permalink
Merge pull request #1773 from katiewasnothere/kabaldau/run_guest_unit…
Browse files Browse the repository at this point in the history
…_tests

Enable guest agent unit tests in the CI
  • Loading branch information
katiewasnothere authored May 12, 2023
2 parents 5d2fe12 + 655649b commit 889236e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 889236e

Please sign in to comment.