feat/support_fiber #6

Merged
tqcq merged 52 commits from feat/support_fiber into master 2024-08-11 13:03:04 +08:00
Showing only changes of commit 42b12a606a - Show all commits

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
} }
stage('Test') { stage('Test') {
steps { steps {
sh 'cd build && ctest -j `nproc --ignore=4`' sh 'cd build && ctest --output-on-failure -j `nproc --ignore=4`'
} }
} }
stage('Benchmark') { stage('Benchmark') {