File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 6262 steps :
6363 - name : Run unit-tests
6464 working-directory : ${{ env.build_dir }}
65- run : chmod +x scripts/run_tests_fallback .sh && ./scripts/run_tests_fallback .sh
65+ run : chmod +x scripts/run_tests_all .sh && ./scripts/run_tests_all .sh
6666
6767 - name : Run regression-tests
6868 working-directory : ${{ env.build_dir }}/python
69- run : chmod +x run_tests.sh && ./run_tests.sh
69+ run : |
70+ echo "PYTHONPATH=`pwd`:$PYTHONPATH" >> $GITHUB_ENV
71+ cd tests
72+ python3 -m unittest discover -v
73+ # chmod +x run_tests.sh && ./run_tests.sh
Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 include :
20- - os : ubuntu-24 .04
21- cuda : " 12.8 "
22- gcc : 13
20+ - os : ubuntu-20 .04
21+ cuda : " 10.1 "
22+ gcc : 8
2323 env :
2424 build_dir : " build"
2525 config : " Release"
You can’t perform that action at this time.
0 commit comments