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
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ jobs:
- name: "Unit Tests"
cmd: test
args: --lib --bins
- name: "Unit Tests: feature.test_buffer_small"
cmd: test
args: --lib --features=test_buffer_small
include:
- os: ubuntu-latest
sccache-path: /home/runner/.cache/sccache