Skip to content

Commit addf029

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: cargo test --verbose
3030
- name: Build examples
3131
run: cargo build --bins --verbose
32+
- name: Run examples
33+
run: ./examples/run_all_headless.ps1
3234
linux_stable:
3335
runs-on: ubuntu-latest
3436
steps:

0 commit comments

Comments
 (0)