Skip to content

Commit 528b096

Browse files
committed
fix: add correct tests start up
1 parent a85b0a6 commit 528b096

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/self-hosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
- os: ubuntu-24.04
2222
cuda: "12.8"
23-
gcc: 14
23+
gcc: 13
2424
env:
2525
config: "Release"
2626

@@ -71,7 +71,7 @@ jobs:
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

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
build_dir: "build"
12-
artifact: "cubool-ubuntu-build.tar.xz"
12+
artifact: "cuboolgraph-ubuntu-build.tar.xz"
1313

1414
jobs:
1515
build:
@@ -83,7 +83,7 @@ jobs:
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

0 commit comments

Comments
 (0)