Merge pull request #5 from mtanneau/mt-test

Fix make test pipeline
akazachk/formulations
Alinson S. Xavier 5 years ago committed by GitHub
commit 853e0c7b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,6 @@ install-deps-docs:
test: build/sysimage.so test: build/sysimage.so
@echo Running tests... @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 .PHONY: docs docs-push build test

Loading…
Cancel
Save