File tree Expand file tree Collapse file tree 1 file changed +20
-24
lines changed
Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Original file line number Diff line number Diff line change @@ -16,31 +16,27 @@ jobs:
1616 uses : oxidize-rb/actions/fetch-ci-data@v1
1717 with :
1818 stable-ruby-versions : |
19- # See https://github.com/bytecodealliance/wasmtime-rb/issues/286
20- # for details.
21- exclude: [head]
19+ # See https://github.com/bytecodealliance/wasmtime-rb/issues/286
20+ # for details.
21+ exclude: [head]
2222 rspec :
23- runs-on : ${{ matrix.os }}
24- needs : ci-data
25- strategy :
26- fail-fast : false
27- matrix :
28- os : ["ubuntu-latest", "macos-latest"]
29- ruby : ${{ fromJSON(needs.ci-data.outputs.result).stable-ruby-versions }}
30- steps :
31- - uses : actions/checkout@v4
32- - uses : oxidize-rb/actions/setup-ruby-and-rust@v1
33- with :
34- ruby-version : ${{ matrix.ruby }}
35- bundler-cache : true
36- cargo-cache : true
37- cache-version : v5
38-
39- - name : Compile rust ext
40- run : bundle exec rake compile:release
41-
42- - name : Run ruby tests
43- run : bundle exec rake spec
23+ runs-on : ${{ matrix.os }}
24+ needs : ci-data
25+ strategy :
26+ fail-fast : false
27+ matrix :
28+ os : ["ubuntu-latest", "macos-latest"]
29+ ruby : ${{ fromJSON(needs.ci-data.outputs.result).stable-ruby-versions }}
30+ steps :
31+ - uses : actions/checkout@v4
32+ - uses : oxidize-rb/actions/setup-ruby-and-rust@v1
33+ continue-on-error : true
34+ with :
35+ ruby-version : ${{ matrix.ruby }}
36+ bundler-cache : true
37+ cargo-cache : true
38+ - name : Compile and Run ruby tests
39+ run : bundle exec rake
4440 static_type_check :
4541 name : " Type Check"
4642 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments