Skip to content

Commit 5756b7a

Browse files
Fix binary path in test script
1 parent 14ea611 commit 5756b7a

File tree

2 files changed

+105
-105
lines changed

2 files changed

+105
-105
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run tests
2323
run: cargo test --verbose
2424
- name: Tests in terminal
25-
run: bash test-tools/run-cmd-tests.sh
25+
run: bash ./test-tools/run-cmd-tests.sh
2626

2727
build_macos:
2828
runs-on: macos-latest
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run tests
3535
run: cargo test --verbose
3636
- name: Tests in terminal
37-
run: bash test-tools/run-cmd-tests.sh
37+
run: bash ./test-tools/run-cmd-tests.sh
3838

3939
build_windows:
4040
runs-on: windows-latest
@@ -47,4 +47,4 @@ jobs:
4747
run: cargo test --verbose
4848
- name: Tests in terminal
4949
shell: bash
50-
run: ./test-tools/run-cmd-tests.sh
50+
run: bash ./test-tools/run-cmd-tests.sh

0 commit comments

Comments
 (0)