Enable all features when testing the examples

This commit is contained in:
Hirrolot 2022-02-02 15:29:52 +06:00
parent 60df0a5cf8
commit c7bbfcccfa

View file

@ -99,4 +99,4 @@ jobs:
toolchain: stable
override: true
- name: Check the examples
run: cargo check --examples
run: cargo check --examples --features="full"