Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DynareJulia
KalmanFilterTools.jl
Commits
5cfc401b
Unverified
Commit
5cfc401b
authored
Apr 13, 2021
by
Sébastien Villemot
Browse files
CI: run Pkg.Registry.update() before Pkg.test()
parent
addfab61
Pipeline
#5141
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5cfc401b
...
@@ -9,4 +9,4 @@ stages:
...
@@ -9,4 +9,4 @@ stages:
unit_tests
:
unit_tests
:
stage
:
test
stage
:
test
script
:
script
:
-
$JULIA --project=@. -e "import Pkg; Pkg.test()"
-
$JULIA --project=@. -e "import Pkg;
Pkg.Registry.update();
Pkg.test()"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment