mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-02 04:07:35 +08:00
更新 Jenkinsfile 执行全部的测试
This commit is contained in:
parent
51a4439737
commit
46aede4925
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -26,7 +26,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'pytest ./tests/core/drivers/torch_driver --durations=0 -m torch'
|
||||
sh 'pytest ./tests/ --durations=0 -m torch'
|
||||
}
|
||||
}
|
||||
stage('Test Torch-1.6') {
|
||||
@ -37,7 +37,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'pytest ./tests/core/drivers/torch_driver --durations=0 -m torch'
|
||||
sh 'pytest ./tests/ --durations=0 -m torch'
|
||||
}
|
||||
}
|
||||
stage('Test Paddle') {
|
||||
|
Loading…
Reference in New Issue
Block a user