Skip to content

Commit 21cab58

Browse files
committed
[GR-10343] Activate SVM unittests gate.
PullRequest: graalpython/341
2 parents 0926faf + b72eb7c commit 21cab58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@
251251
// unittests
252252
testGate(type="unittest", platform="linux"),
253253
testGate(type="unittest", platform="darwin"),
254+
testGate(type="svm-unittest", platform="linux"),
255+
testGate(type="svm-unittest", platform="darwin"),
254256

255257
// junit
256258
testGate(type="junit", platform="linux"),

0 commit comments

Comments
 (0)