We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df9315 commit cd8bb9cCopy full SHA for cd8bb9c
1 file changed
.github/workflows/rust-bindings.yml
@@ -47,7 +47,9 @@ jobs:
47
${{ runner.os }}-cargo
48
- name: Run tests
49
run: bundle exec rake cargo:test
50
+
51
- name: Run examples
52
+ if: ${{ matrix.os != 'windows-latest' }}
53
run: bundle exec rake cargo:examples
54
55
lint:
0 commit comments