mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Disable parallelism in macOS CI
Since the parent commit, these tests fail repeatedly in macOS GitHub Actions CI: complete-group-order.py, nullterm.py, scrollback.py and set_color.py. They run fine in isolation. We'll fix the flaky system tests soon (#11815) but until then, remove parallelism from macOS CI.
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -139,7 +139,8 @@ jobs:
|
||||
- name: cmake
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
FISH_TEST_MAX_CONCURRENCY=1 \
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
- name: make
|
||||
run: |
|
||||
make -C build VERBOSE=1
|
||||
|
||||
Reference in New Issue
Block a user