Skip to content

Commit 7cd6461

Browse files
committed
Try test windows executable more
1 parent 87c8b26 commit 7cd6461

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,19 @@ jobs:
9494
run: ./target/debug/rust-script.exe --install-file-association
9595
- name: Run example script with file extension
9696
run: cmd.exe /C .\examples\hello.crs
97+
- name: Run example script without file extension
98+
run: cmd.exe /C hello
99+
working-directory: examples
100+
continue-on-error: true
97101
- name: Uninstall file association
98102
run: ./target/debug/rust-script.exe --uninstall-file-association
99103
- name: Run example script with file extension
100104
run: cmd.exe /C .\examples\hello.crs
101105
continue-on-error: true
106+
- name: Run example script without file extension
107+
run: cmd.exe /C hello
108+
working-directory: examples
109+
continue-on-error: true
102110

103111
security-audit:
104112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)