Exclude dmlc test on github action. (#6625)

This commit is contained in:
Jiaming Yuan 2021-01-20 18:50:20 +08:00 committed by GitHub
parent d6d72de339
commit f8bb678c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
- name: Run gtest binary
run: |
cd build
ctest --extra-verbose
ctest --exclude-regex AllTestsInDMLCUnitTests --extra-verbose
gtest-cpu-nonomp:
name: Test Google C++ unittest (CPU Non-OMP)