Skip to content

Commit

Permalink
Run examples on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Nov 2, 2023
1 parent 20e9de5 commit e3fd82b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: cargo test --verbose
- name: Build examples
run: cargo build --bins --verbose
- name: Run examples
run: |
cd examples
./run_all_headless.ps1
linux_stable:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e3fd82b

Please sign in to comment.