From 48cf99884f20102edbebc7d381d62e89d2416f56 Mon Sep 17 00:00:00 2001 From: Dan Steren Date: Tue, 12 Dec 2023 11:09:50 -0700 Subject: [PATCH] Add missing property tests to CI/CD --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 17b0119524..4221722a0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -136,6 +136,7 @@ jobs: "property_tests/tests/float32", "property_tests/tests/float64", "property_tests/tests/func", + "property_tests/tests/init_method", "property_tests/tests/int", "property_tests/tests/int8", "property_tests/tests/int16", @@ -147,12 +148,15 @@ jobs: "property_tests/tests/nat32", "property_tests/tests/nat64", "property_tests/tests/null", + "property_tests/tests/opt", "property_tests/tests/principal", + "property_tests/tests/query_methods", "property_tests/tests/record", "property_tests/tests/service", "property_tests/tests/stable_b_tree_map", "property_tests/tests/text", "property_tests/tests/tuple", + "property_tests/tests/update_methods", "property_tests/tests/variant", "property_tests/tests/vec" ]