File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111 strategy :
1212 matrix :
13- otp : ['26 ', '27 ', '28 ']
13+ otp : ['25 ', '26 ', '27 ']
1414 rebar : ['3.24']
1515
1616 steps :
@@ -31,10 +31,10 @@ jobs:
3131 path : ~/.cache/rebar3
3232 key : rebar3-cache-for-os-${{runner.os}}-otp-${{steps.setup-beam.outputs.otp-version}}-rebar3-${{steps.setup-beam.outputs.rebar3-version}}-hash-${{hashFiles('rebar.lock')}}
3333 - name : Compile
34- run : rebar3 compile
34+ run : ERL_FLAGS="-enable-feature all" rebar3 compile
3535 # - name: Format check
36- # run: rebar3 format --verify
36+ # run: ERL_FLAGS="-enable-feature all" rebar3 format --verify
3737 - name : Run tests and verifications (features not enabled)
3838 run : rebar3 test
3939 - name : Run tests and verifications (features enabled)
40- run : rebar3 test
40+ run : ERL_FLAGS="-enable-feature all" rebar3 test
You can’t perform that action at this time.
0 commit comments