summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorKazuki Tsujimoto <kazuki@callcc.net>2021-08-15 09:38:24 +0900
committerKazuki Tsujimoto <kazuki@callcc.net>2021-08-15 09:38:24 +0900
commit4568ba071107a139b9f02fc17aa12f998181abf1 (patch)
tree60cf779325ad60621661e4fcaa40680cbd1c6a59 /.github/workflows/ubuntu.yml
parent147bdcc436c888a56f81e190d192cd9312015836 (diff)
Show verbose error messages when single pattern match fails
[0] => [0, *, a] #=> [0] length mismatch (given 1, expected 2+) (NoMatchingPatternError) Ignore test failures of typeprof caused by this change for now.
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index e148b76cbe..f3ad64546f 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -59,7 +59,7 @@ jobs:
timeout-minutes: 30
env:
RUBY_TESTOPTS: "-q --tty=no"
- TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: "typeprof"
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |