Skip to content

Commit b059405

Browse files
committed
Revert CI changes
1 parent 031d079 commit b059405

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

0 commit comments

Comments
 (0)