Skip to content

Commit 69b651a

Browse files
authored
Merge pull request #57 from VibhorGautam/feat/integration-harness
wire up the adversarial integration harness
2 parents f89ed10 + 53bcaba commit 69b651a

5 files changed

Lines changed: 1114 additions & 8 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ sdk-test-python:
1919
cd sdk/python && python -m pytest
2020

2121
# ── Integration ──────────────────────────────────────────────────────────────
22-
integration: build
23-
go test ./tests/integration/... -v -timeout 60s
22+
integration:
23+
cd tests/integration && go test ./... -v -timeout 120s
2424

2525
# ── Docker ───────────────────────────────────────────────────────────────────
2626
docker-up:

0 commit comments

Comments
 (0)