Exclude dmlc test on github action. (#6625)
This commit is contained in:
parent
d6d72de339
commit
f8bb678c67
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user