diff options
author | Takashi Kokubun <[email protected]> | 2025-03-13 15:47:44 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:53:00 +0900 |
commit | 31121a9107f01a7cee798baf9c68548863cf0d5c () | |
tree | cd2f1d49a23769ed0502e80a000b110f0367a222 | |
parent | 97f022b5e75f124f08fa44794f65fe1b112818eb (diff) |
Avoid running the same test in multiple workflows
This workflow is supposed to test that we didn't mess up the interpreter's implementation. We shouldn't need to run test_zjit.rb on this workflow.
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | ./workflows/zjit-macos.yml | 2 | ||||
-rw-r--r-- | ./workflows/zjit-ubuntu.yml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ jobs: # Test without ZJIT for now - test_task: 'check' - configure: '--enable-zjit' env: GITPULLOPTIONS: --no-tags origin ${{ .ref }} @@ -42,7 +42,7 @@ jobs: # Test without ZJIT for now - test_task: 'check' - configure: '--enable-zjit' env: GITPULLOPTIONS: --no-tags origin ${{ .ref }} |