Skip to content

Commit

Permalink
Exclude dmlc test on github action. (#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 20, 2021
1 parent d6d72de commit f8bb678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -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)
Expand Down

0 comments on commit f8bb678

Please sign in to comment.