Skip to content
Snippets Groups Projects
Unverified Commit ea21fc69 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: run unit tests

parent 7354340d
No related branches found
No related tags found
No related merge requests found
Pipeline #5112 passed
variables:
TERM: linux
JULIA_VERSION: 1.6.0
JULIA: /usr/local/julia/$JULIA_VERSION/bin/julia
stages:
- test
unit_tests:
stage: test
script:
- $JULIA --project=@. -e "import Pkg; Pkg.test()"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment