File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 include :
2121 - os : ubuntu-24.04
2222 cuda : " 12.8"
23- gcc : 14
23+ gcc : 13
2424 env :
2525 config : " Release"
2626
7171 - name : Run tests
7272 working-directory : ${{ env.build_dir }}/tests
7373 run : |
74- bash cuboolgraph_tests | tee ${{ env.test-file }}
74+ ./ cuboolgraph_tests | tee ${{ env.test-file }}
7575
7676 - name : Upload tests resutls
7777 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 99
1010env :
1111 build_dir : " build"
12- artifact : " cubool -ubuntu-build.tar.xz"
12+ artifact : " cuboolgraph -ubuntu-build.tar.xz"
1313
1414jobs :
1515 build :
8383 - name : Run tests
8484 working-directory : ${{ env.build_dir }}/tests
8585 run : |
86- bash cuboolgraph_tests | tee ${{ env.test-file }}
86+ ./ cuboolgraph_tests | tee ${{ env.test-file }}
8787
8888 - name : Upload tests resutls
8989 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments