- Run unit tests 4 times for potential variations

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-29 16:43:17 +02:00
parent c2f8cef38a
commit 4e7d306fa8
1 changed files with 5 additions and 0 deletions

View File

@ -29,4 +29,9 @@ jobs:
# Build and run tests, as defined by `unittest` configuration
# In this mode, `mainSourceFile` is excluded and `version (unittest)` are included
# See https://dub.pm/package-format-json.html#configurations
#
# We run it a few times for any variation
dub test --compiler=$DC
dub test --compiler=$DC
dub test --compiler=$DC
dub test --compiler=$DC