dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

Don't use `glob` in test targets #288

Closed dplassgit closed 9 months ago

dplassgit commented 9 months ago

List each test individually, which will allow more parallelism and caching.

Just make sure every test has a target!

dplassgit commented 9 months ago

Ah, https://github.com/google/bazel-common/blob/a482a3abeaa12b48e78c012ab44407da9c97a400/testing/test_defs.bzl#L179 already creates one target per file.