Run tests serially under CI

This commit is contained in:
Mahmoud Al-Qudsi 2021-03-21 22:12:33 -05:00 committed by Johannes Altmanninger
parent 2962fbcf7a
commit aa25c4eccc

View File

@ -2,6 +2,9 @@ name: C/C++ CI
on: [push, pull_request]
env:
CTEST_PARALLEL_LEVEL: "1"
jobs:
ubuntu: