File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,19 @@ jobs:
94
94
run : ./target/debug/rust-script.exe --install-file-association
95
95
- name : Run example script with file extension
96
96
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
97
101
- name : Uninstall file association
98
102
run : ./target/debug/rust-script.exe --uninstall-file-association
99
103
- name : Run example script with file extension
100
104
run : cmd.exe /C .\examples\hello.crs
101
105
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
102
110
103
111
security-audit :
104
112
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments