Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Wabri committed Jan 14, 2025
1 parent 81f8cc9 commit c7694f5
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 @@ -211,7 +211,7 @@ test-unstable: node_modules

.PHONY: test-fullstack
test-fullstack: node_modules
$(MAKE) test-with-database FULLSTACK=1 TIMEOUT_M=30 PROVE_ARGS="$$HARNESS t/full-stack.t t/33-developer_mode.t"
$(MAKE) test-with-database FULLSTACK=1 TIMEOUT_M=30 PROVE_ARGS="$$HARNESS t/full-stack.t t/33-developer_mode.t" RETRY=2

.PHONY: test-fullstack-unstable
test-fullstack-unstable: node_modules
Expand Down

0 comments on commit c7694f5

Please sign in to comment.