Skip to content

Commit 90bc383

Browse files
Update .gitlab-ci.yml
1 parent da78c6a commit 90bc383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build:
2222
- export PATH="$(pwd)/julia-1.1.1/bin:$PATH"
2323
- julia -e "using InteractiveUtils;
2424
versioninfo()"
25-
- julia --project -e "using Pkg; Pkg.build(); Pkg.test(); using SparseDiffTools"
25+
- julia --project -e "using Pkg; Pkg.build(); using SparseDiffTools"
2626
only:
2727
- master
2828
- tags

0 commit comments

Comments
 (0)