summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-09-27 14:05:18 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-10-07 17:10:09 +0900
commitf203911740ad99f5a41eede9a68f3c424e2776db (patch)
tree950b70c97fe759b8ba6aaebfd6f662ae7db0562b /.github
parent3be535bbbb30807c54a69e3c60e1ebbf44accdc8 (diff)
downloadpsych-f203911740ad99f5a41eede9a68f3c424e2776db.tar.gz
Only ignore current failures in JRuby
This way we should be able to prevent new regressions from being introduced.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu-jruby.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-jruby.yml b/.github/workflows/ubuntu-jruby.yml
index 56e184d..7fadea2 100644
--- a/.github/workflows/ubuntu-jruby.yml
+++ b/.github/workflows/ubuntu-jruby.yml
@@ -20,5 +20,4 @@ jobs:
- name: compile
run: bundle exec rake compile
- name: test
- continue-on-error: true
run: bundle exec rake test