Skip to content

Commit 975626a

Browse files
author
Denys Gonchar
committed
test
1 parent 06bb385 commit 975626a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
otp-version: ${{ matrix.otp_vsn }}
2424
rebar3-version: ${{ matrix.rebar_vsn }}
2525
- if: matrix.test-type == 'regular'
26-
run: make test
26+
run: make test SUITE=throttle_SUITE
2727
- if: matrix.test-type == 'regular'
2828
name: Upload coverage reports to Codecov
2929
uses: codecov/codecov-action@v3

test/throttle_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
all() ->
1212
[
13-
{group, api},
13+
% {group, api},
1414
{group, properties}
1515
].
1616

0 commit comments

Comments
 (0)