Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Dec 4, 2023
1 parent d7eab0e commit 224c1b8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
rustup-toolchain:
- "1.61"
- stable
include:
- os: windows-latest
ruby-version: mswin
rustup-toolchain: stable
exclude:
- os: windows-latest
ruby-version: head
Expand All @@ -47,11 +43,6 @@ jobs:
examples/custom_exception_ruby/tmp/
examples/custom_exception_rust/tmp/
- uses: KyleMayes/install-llvm-action@v1
if: contains(matrix.os, 'windows') && matrix.ruby-version != 'mswin'
with:
version: "15.0"

- name: Example gem tests (blank?)
working-directory: examples/rust_blank
run: bundle exec rake test
Expand Down

0 comments on commit 224c1b8

Please sign in to comment.