ci/prtasks: add matrix test for feature.test_buffer_small

This commit is contained in:
Paul Stemmet 2021-09-09 19:11:22 +00:00
parent 0e5a0f7949
commit c79bcc8114
Signed by: Paul Stemmet
GPG key ID: EDEA539F594E7E75

View file

@ -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