From 2fc06f67bbf8ecee12730fa66eef581ccc960122 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Sat, 10 Oct 2020 11:49:45 -0500 Subject: [PATCH] Still seeing crashes in CI/CD; halving count ... --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 206e05d2..7c5ccf45 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -39,6 +39,6 @@ jobs: # for the default test count of '100' -- note, however: # * 'prop_lfe_docs:prop_define_lambda' works just fine with 100 tests # * 'prop_lfe_docs:prop_define_match' is the one that crashes the VM - run: rebar3 as test proper -n 40 + run: rebar3 as test proper -n 20 - name: CT Suite Tests run: rebar3 as test ct