Skip to content

Commit d5130fd

Browse files
committed
[CI/CD] Add operators test to CI
1 parent cf2ed7c commit d5130fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/nv-build-and-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222

23-
- name: FlagTree Build on NVIDIA-A100
23+
- name: FlagTree Build
2424
shell: bash
2525
run: |
2626
source ~/env.sh
2727
cd python
28-
MAX_JOBS=20 pip3.11 install . --no-build-isolation
28+
MAX_JOBS=32 pip3.11 install . --no-build-isolation
2929
30-
- name: FlagTree Test on NVIDIA-A100
30+
- name: FlagTree Test
3131
shell: bash
3232
run: |
3333
pytest -s python/test/unit
34+
pytest -s python/test/operators

0 commit comments

Comments
 (0)