mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
Fix make test pipeline
This commit is contained in:
2
Makefile
2
Makefile
@@ -26,6 +26,6 @@ install-deps-docs:
|
||||
|
||||
test: build/sysimage.so
|
||||
@echo Running tests...
|
||||
cd test; $(JULIA) --sysimage ../build/sysimage.so runtests.jl | tee ../build/test.log
|
||||
$(JULIA) --sysimage build/sysimage.so -e 'using Pkg; Pkg.test("UnitCommitment")' | tee build/test.log
|
||||
|
||||
.PHONY: docs docs-push build test
|
||||
|
||||
Reference in New Issue
Block a user