Skip to content

Commit e3fd82b

Browse files
committed
Run examples on Windows
1 parent 20e9de5 commit e3fd82b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: cargo test --verbose
3030
- name: Build examples
3131
run: cargo build --bins --verbose
32+
- name: Run examples
33+
run: |
34+
cd examples
35+
./run_all_headless.ps1
3236
linux_stable:
3337
runs-on: ubuntu-latest
3438
steps:

0 commit comments

Comments
 (0)