Skip to content

Commit

Permalink
Add missing property tests to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
dansteren committed Dec 12, 2023
1 parent fdd8178 commit 48cf998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
Expand Down

0 comments on commit 48cf998

Please sign in to comment.