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 263e4b4 commit 3251900Copy full SHA for 3251900
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