Skip to content

Commit 933fe58

Browse files
More RAM when running the tests
1 parent 102f783 commit 933fe58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,17 @@ test: test-sbcl
5454

5555
.PHONY: test-sbcl
5656
test-sbcl: $(lisps)
57-
sbclw --noinform --quit \
57+
sbclw ${SBCL_ARGS} --quit \
5858
--eval "(ql:quickload :cl-dotenv)" \
5959
--eval "(.env:load-env #P\"./.env\")" \
6060
--load "build/setup.lisp" \
6161
--load "build/test.lisp"
6262

6363
.PHONY: test-ros
6464
test-ros: $(lisps)
65-
ros run \
65+
ros run -- ${SBCL_ARGS} \
66+
--eval "(ql:quickload :cl-dotenv)" \
67+
--eval "(.env:load-env #P\"./.env\")" \
6668
--load "build/setup.lisp" \
6769
--load "build/test.lisp"
6870

0 commit comments

Comments
 (0)