Skip to content

Commit

Permalink
Merge pull request itamae-kitchen#367 from itamae-kitchen/fix_duplica…
Browse files Browse the repository at this point in the history
…te_matrix

Exclude duplicated test
  • Loading branch information
sue445 authored Jan 19, 2024
2 parents 978a19b + 70fee76 commit 151185c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- ruby: "3.0"
rubyopt: "--yjit"

# --jit is same to --yjit since MRI 3.2 (don't test both `--jit` and `--yjit`)
- ruby: "3.2"
rubyopt: "--yjit"
- ruby: "3.3"
rubyopt: "--yjit"

uses: ./.github/workflows/test_main.yml
with:
ruby: ${{ matrix.ruby }}
Expand Down

0 comments on commit 151185c

Please sign in to comment.