mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
build: Run cargo tests with all features
As tonic support is optional also run cargo test with all features enabled such that the tonic support gets tested Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
This commit is contained in:
parent
89f795368c
commit
f628617601
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -70,5 +70,8 @@ jobs:
|
||||||
- name: Run tests default features
|
- name: Run tests default features
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|
||||||
|
- name: Run tests all features
|
||||||
|
run: cargo test --all-features
|
||||||
|
|
||||||
- name: Run tests no features
|
- name: Run tests no features
|
||||||
run: cargo test --no-default-features
|
run: cargo test --no-default-features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue