Skip to content

Commit

Permalink
Try test windows executable more
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Oct 28, 2020
1 parent 87c8b26 commit 7cd6461
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,19 @@ jobs:
run: ./target/debug/rust-script.exe --install-file-association
- name: Run example script with file extension
run: cmd.exe /C .\examples\hello.crs
- name: Run example script without file extension
run: cmd.exe /C hello
working-directory: examples
continue-on-error: true
- name: Uninstall file association
run: ./target/debug/rust-script.exe --uninstall-file-association
- name: Run example script with file extension
run: cmd.exe /C .\examples\hello.crs
continue-on-error: true
- name: Run example script without file extension
run: cmd.exe /C hello
working-directory: examples
continue-on-error: true

security-audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7cd6461

Please sign in to comment.