Update github test action

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/26/head
trivernis 2 years ago
parent fb62135f86
commit e485a81c4c
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -45,4 +45,7 @@ jobs:
run: cargo test --verbose --all --features serialize_postcard
- name: Run json serialization tests
run: cargo test --verbose --all --features serialize_json
run: cargo test --verbose --all --features serialize_json
- name: Run all serialization tests
run: cargo test --verbose --all --all-features
Loading…
Cancel
Save