Skip to content

Commit 1e156a8

Browse files
committed
ci: change tests run
1 parent 1660aab commit 1e156a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Run unit-tests
6464
working-directory: ${{ env.build_dir }}
65-
run: chmod +x scripts/run_tests_all.sh && ./scripts/run_tests_all.sh
65+
run: chmod +x scripts/run_tests_fallback.sh && ./scripts/run_tests_fallback.sh
6666

6767
- name: Run regression-tests
6868
working-directory: ${{ env.build_dir }}/python

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- os: ubuntu-20.04
20+
- os: ubuntu-22.04
2121
cuda: "10.1"
2222
gcc: 8
2323
env:

0 commit comments

Comments
 (0)