From e485a81c4cca7ae849ecce8b2e3dd2f59a42f817 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 5 Dec 2021 17:22:40 +0100 Subject: [PATCH] Update github test action Signed-off-by: trivernis --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a2ff894..1911d2de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + run: cargo test --verbose --all --features serialize_json + + - name: Run all serialization tests + run: cargo test --verbose --all --all-features \ No newline at end of file