Skip to content

Commit 985208c

Browse files
committed
feat: update integration test command to run specific test suite in Docker
1 parent e5d6c5a commit 985208c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/attester-mode-integration-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
env:
3939
GOTOOLCHAIN: auto
4040
VERBOSE: "true"
41-
run: go test -v -run TestAttesterSystem -count=1 ./...
41+
run: |
42+
cd tests/integration
43+
go test -v -run 'TestDockerIntegrationTestSuite/TestAttesterSystem' -count=1

0 commit comments

Comments
 (0)