Skip to content

Commit

Permalink
ci: decrease number of proper tests - too slow on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seriyps committed Jan 24, 2021
1 parent c2c8977 commit 9427257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/erlang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: rebar3 eunit -c

- name: proper tests
run: rebar3 proper -c
run: rebar3 proper --numtests 80 -c # it's much slower in CI, so, decreasing the count

- name: coverage
run: rebar3 cover -v --min_coverage 90
Expand Down

0 comments on commit 9427257

Please sign in to comment.