Skip to content

Commit

Permalink
Remove defunct env var from make command
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-klotho committed Dec 1, 2023
1 parent fd0b19c commit 2eee1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clean_debug:

.PHONY: engine_test
engine_test:
KLOTHO_TEST_ENGINE=y go test -v -timeout 1m -run '^TestEngine$$' ./pkg/engine2
go test -v -timeout 1m -run '^TestEngine$$' ./pkg/engine2

.PHONY: regen_tests
regen_tests:
Expand Down

0 comments on commit 2eee1f7

Please sign in to comment.