mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Run tests serially under CI
This commit is contained in:
parent
2962fbcf7a
commit
aa25c4eccc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -2,6 +2,9 @@ name: C/C++ CI
|
|||
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
CTEST_PARALLEL_LEVEL: "1"
|
||||
|
||||
jobs:
|
||||
ubuntu:
|
||||
|
||||
|
|
Loading…
Reference in a new issue