Skip to content

Commit

Permalink
Fix CI full test script path
Browse files Browse the repository at this point in the history
  • Loading branch information
declanvk committed Jul 5, 2024
1 parent e4908ac commit 7116a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
toolchain: ${{matrix.rust}}

- name: Run full test script
run: ./scripts/full-test "${{matrix.rust}}"
run: ./scripts/full-test.sh "${{matrix.rust}}"

0 comments on commit 7116a2c

Please sign in to comment.