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 6ab0a7e commit 673ec9cCopy full SHA for 673ec9c
.github/workflows/ci.yml
@@ -65,9 +65,6 @@ jobs:
65
66
- name: Run examples
67
run: bundle exec rake examples
68
- # The example is failing with dyld errors, it's unlikely that this is
69
- # something related to wasmtime-rb itself. Disabling for now.
70
- if: matrix.os != 'macos-latest' && matrix.ruby != '3.1'
71
72
- name: Run benchmarks
73
run: bundle exec rake bench:all
0 commit comments