Skip to content

Commit 940da9e

Browse files
committed
fix
1 parent 69e56d5 commit 940da9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Run tests (Windows)
9292
if: matrix.os == 'windows-2019'
9393
run: |
94-
./out.minion-tests.exe
94+
./out/minion-tests.exe
9595
timeout-minutes: 3
9696
- name: Collect logs
9797
if: always()

0 commit comments

Comments
 (0)