Skip to content

Commit f36e265

Browse files
committed
Added rebar3 ct to gh workflow
1 parent 85e6923 commit f36e265

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/erlang.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- name: Compile
2424
run: rebar3 compile
25-
- name: Run tests
25+
- name: Run EUnit tests
2626
run: rebar3 eunit
27+
- name: Run Common Test tests
28+
run: rebar3 ct
2729
- name: Check types
2830
run: rebar3 dialyzer

0 commit comments

Comments
 (0)