Skip to content

Commit e069b53

Browse files
huydhnfacebook-github-bot
authored andcommitted
Cover runtime core tests on CI (#311)
Summary: Pull Request resolved: #311 Differential Revision: D49215928
1 parent a07832d commit e069b53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_unittest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
runner: ${{ inputs.runner }}
2626
docker-image: ${{ inputs.docker-image }}
27-
submodules: 'true'
27+
submodules: 'recursive'
2828
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
2929
timeout: 60
3030
script: |
@@ -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)