summaryrefslogtreecommitdiff
path: root/.github/workflows/prism.yml
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2024-01-22 16:06:32 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2024-01-22 16:35:58 -0800
commit8c3eb47fffc6d274ad9c65f507676f8ae906a948 (patch)
tree3c91854998c3283a9102a40cb4e0d0a3de8ff9ac /.github/workflows/prism.yml
parentcfa15bb173723b8bb6110a81241bcdffa18193fb (diff)
All btests are passing with Prism
We can remove the exclusion list now
Diffstat (limited to '.github/workflows/prism.yml')
-rw-r--r--.github/workflows/prism.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/prism.yml b/.github/workflows/prism.yml
index 4bfaf92544..5c0148e8b5 100644
--- a/.github/workflows/prism.yml
+++ b/.github/workflows/prism.yml
@@ -85,7 +85,7 @@ jobs:
- name: make btest
run: |
- make -s btest RUN_OPTS="$RUN_OPTS" BTESTS="$(cat ../src/tool/prism_btests | grep -v '^#' | tr '\n' ' ')"
+ make -s btest RUN_OPTS="$RUN_OPTS"
timeout-minutes: 30
env:
GNUMAKEFLAGS: ''