We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84edcc4 commit 06dfb8dCopy full SHA for 06dfb8d
1 file changed
.gitlab-ci.yml
@@ -72,6 +72,9 @@ test:linux:x64:3.10:
72
test:mac:x64:
73
extends: .test-python3
74
tags: [mac, x64, shell, python3]
75
+ script:
76
+ - make depend
77
+ - make test
78
79
test:windows:x64:
80
extends: .test
0 commit comments