ci/prtasks: add matrix test for feature.test_buffer_small
This commit is contained in:
parent
0e5a0f7949
commit
c79bcc8114
3
.github/workflows/pr.yaml
vendored
3
.github/workflows/pr.yaml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
- name: "Unit Tests"
|
- name: "Unit Tests"
|
||||||
cmd: test
|
cmd: test
|
||||||
args: --lib --bins
|
args: --lib --bins
|
||||||
|
- name: "Unit Tests: feature.test_buffer_small"
|
||||||
|
cmd: test
|
||||||
|
args: --lib --features=test_buffer_small
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
sccache-path: /home/runner/.cache/sccache
|
sccache-path: /home/runner/.cache/sccache
|
||||||
|
|
Loading…
Reference in a new issue