Skip to content

Commit

Permalink
Dirty workaround: run tests with rebar2 before rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jun 19, 2021
1 parent 63d2f8d commit f275542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
~/.cache/rebar3/
key: ${{matrix.otp}}-${{hashFiles('rebar.config')}}

- run: make test
- run: TEST=true rebar3 compile
- run: TEST=true rebar3 xref
- run: TEST=true rebar3 dialyzer
Expand Down

0 comments on commit f275542

Please sign in to comment.