Feature/scanner/option #27
|
@ -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 New Issue