diff options
| author | Jeremy Evans <code@jeremyevans.net> | 2024-01-24 18:39:54 -0800 |
|---|---|---|
| committer | Jeremy Evans <code@jeremyevans.net> | 2024-01-24 19:42:41 -0800 |
| commit | fb596499f7b1538c5039861852e55aff4dd182bb (patch) | |
| tree | c5377450b7db7f369631343cd62a183d2286fb5a | |
| parent | 42d891be2c202eae4ddfa15a4338712fd6d63668 (diff) | |
Temporarily ignore bundled gems failures for rbs and typeprof on macos, similar to ubuntu
This should be reverted after rbs and typeprof are updated to handle
the changes for the optimizations.
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f665085f1d..82aac2fdf5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -85,7 +85,7 @@ jobs: env: RUBY_TESTOPTS: '-q --tty=no' TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }} - TEST_BUNDLED_GEMS_ALLOW_FAILURES: '' + TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'rbs,typeprof' PRECHECK_BUNDLED_GEMS: 'no' - name: make skipped tests |
