| test_targets: &test_targets | 
 | - '@aspect_rules_swc//examples/...' | 
 | # TODO: this test works around a pathing issue, but the workaround | 
 | # can only apply within the workspace | 
 | - '-@aspect_rules_swc//examples/directory/...' | 
 | - '@aspect_rules_swc//swc/...' | 
 |  | 
 | platforms: | 
 |   rockylinux8: | 
 |     test_targets: *test_targets | 
 |   debian10: | 
 |     test_targets: *test_targets | 
 |   macos: | 
 |     test_targets: *test_targets | 
 |   ubuntu2004: | 
 |     test_targets: *test_targets | 
 |   # TODO: enable testing on windows when we can set --enable_runfiles | 
 |   #windows: | 
 |   #  test_targets: *test_targets |