Skip to content

Commit 1c83b8a

Browse files
guangy10facebook-github-bot
authored andcommitted
Cover runtime core tests on CI (#311)
Summary: Pull Request resolved: #311 Differential Revision: D49215928 fbshipit-source-id: 1bcc8dad79c29cc04accd02c8ceeedb6f2a4ab84
1 parent d88f97b commit 1c83b8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_unittest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ jobs:
3838
pip install .
3939
# Run pytest with coverage
4040
pytest --cov=./ --cov-report=xml
41+
# Run gtest
42+
buck2 test runtime/core/... runtime/platform/...

0 commit comments

Comments
 (0)