Skip to content

Commit 725843a

Browse files
committed
ci: add unit and regression tests
1 parent 876ff55 commit 725843a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Diff for: .github/workflows/ubuntu.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ jobs:
5454
working-directory: ${{ env.build_dir }}
5555
run: cmake --build . --target all --verbose -j `nproc`
5656

57-
# - name: Run unit-tests (sequential backend)
58-
# working-directory: ${{ env.build_dir }}
59-
# run: bash scripts/run_tests_fallback.sh
60-
# shell: bash
57+
- name: Run unit-tests (sequential backend)
58+
working-directory: ${{ env.build_dir }}
59+
run: bash scripts/run_tests_fallback.sh
60+
shell: bash
6161

62-
# - name: Run regression-tests (sequential backend)
63-
# working-directory: ${{ env.build_dir }}/python
64-
# run: bash run_tests.sh
65-
# shell: bash
62+
- name: Run regression-tests (sequential backend)
63+
working-directory: ${{ env.build_dir }}/python
64+
run: bash run_tests.sh
65+
shell: bash
6666

67-
# - name: Prepare upload binary
68-
# shell: bash
69-
# run: tar cfz ${{ env.artifact }} ${{ env.build_dir }}
67+
- name: Prepare upload binary
68+
shell: bash
69+
run: tar cfz ${{ env.artifact }} ${{ env.build_dir }}
7070

71-
# - name: Upload binary
72-
# uses: actions/upload-artifact@v4
73-
# with:
74-
# name: ${{ env.artifact }}
75-
# path: ${{ env.artifact }}
71+
- name: Upload binary
72+
uses: actions/upload-artifact@v4
73+
with:
74+
name: ${{ env.artifact }}
75+
path: ${{ env.artifact }}

0 commit comments

Comments
 (0)