There was an error while loading. Please reload this page.
1 parent 06bb385 commit 975626aCopy full SHA for 975626a
2 files changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
otp-version: ${{ matrix.otp_vsn }}
24
rebar3-version: ${{ matrix.rebar_vsn }}
25
- if: matrix.test-type == 'regular'
26
- run: make test
+ run: make test SUITE=throttle_SUITE
27
28
name: Upload coverage reports to Codecov
29
uses: codecov/codecov-action@v3
test/throttle_SUITE.erl
@@ -10,7 +10,7 @@
10
11
all() ->
12
[
13
- {group, api},
+ % {group, api},
14
{group, properties}
15
].
16
0 commit comments