We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07832d commit b70e0d5Copy full SHA for b70e0d5
.github/workflows/_unittest.yml
@@ -20,11 +20,11 @@ on:
20
jobs:
21
unittest:
22
name: unittest
23
- uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
+ uses: huydhn/test-infra/.github/workflows/linux_job.yml@increase-max_user_watches
24
with:
25
runner: ${{ inputs.runner }}
26
docker-image: ${{ inputs.docker-image }}
27
- submodules: 'true'
+ submodules: 'recursive'
28
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
29
timeout: 60
30
script: |
@@ -38,3 +38,5 @@ jobs:
38
pip install .
39
# Run pytest with coverage
40
pytest --cov=./ --cov-report=xml
41
+ # Run gtest
42
+ buck2 test runtime/core/... runtime/platform/...
0 commit comments