File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -54,22 +54,22 @@ jobs:
54
54
working-directory : ${{ env.build_dir }}
55
55
run : cmake --build . --target all --verbose -j `nproc`
56
56
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
61
61
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
66
66
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 }}
70
70
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 }}
You can’t perform that action at this time.
0 commit comments