Skip to content

Commit

Permalink
[test] Allow --crossplatform-only to include sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Sep 3, 2024
1 parent 6827aee commit 05a026a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_all_tests(modules):


def get_crossplatform_tests(modules):
suites = ['core0', 'other'] # We don't need all versions of every test
suites = ['core0', 'other', 'sanity'] # We don't need all versions of every test
crossplatform_tests = []
# Walk over the test suites and find the test functions with the
# is_crossplatform_test attribute applied by @crossplatform decorator
Expand Down

0 comments on commit 05a026a

Please sign in to comment.