We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d6c5a commit 985208cCopy full SHA for 985208c
1 file changed
.github/workflows/attester-mode-integration-test.yml
@@ -38,4 +38,6 @@ jobs:
38
env:
39
GOTOOLCHAIN: auto
40
VERBOSE: "true"
41
- run: go test -v -run TestAttesterSystem -count=1 ./...
+ run: |
42
+ cd tests/integration
43
+ go test -v -run 'TestDockerIntegrationTestSuite/TestAttesterSystem' -count=1
0 commit comments