We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21053ea commit f51a402Copy full SHA for f51a402
Jenkinsfile
@@ -25,6 +25,7 @@ pipeline {
25
python3 -m pip install pytest
26
python3 -m pytest
27
'''
28
+ sh 'make check'
29
}
30
31
0 commit comments