Skip to content

Commit

Permalink
fix: start the Kurtosis engine before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 21, 2025
1 parent 3c9f3d5 commit d7148db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ fmt: kurtosis_fmt cli_fmt ## 🧹 Format all code
lint: kurtosis_lint cli_lint ## 🧹 Lint all code

test: ## 🧪 Run tests
# NOTE: we do this to avoid race conditions in the engine initialization
kurtosis engine start

go test -v -timeout 30m ./...


Expand Down

0 comments on commit d7148db

Please sign in to comment.