Skip to content

Commit

Permalink
working for simple functions without global data, sp, etc. (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzthekid committed Dec 19, 2023
1 parent 0b1ca7b commit 0466540
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
cat report.log
- name: Run tests
run: |
rebar3 eunit --sys_config config/sys.config
--cover --verbose
rebar3 eunit --sys_config config/sys.config --cover --verbose
rebar3 cover -m 50 --verbose > x.log
cat x.log | tee -a report.log
rm -rf results && mkdir results
Expand All @@ -33,6 +32,6 @@ jobs:
with:
name: report
path: results



0 comments on commit 0466540

Please sign in to comment.