Skip to content

Commit 04dc1a0

Browse files
committed
ci fix
1 parent 23a871a commit 04dc1a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
export NVM_DIR="$HOME/.nvm"
5858
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
59-
bash test.sh
59+
./test.sh
6060
6161
- name: Check result
6262
if: ${{ failure() }}

0 commit comments

Comments
 (0)