We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552f6c0 commit 5ebbe65Copy full SHA for 5ebbe65
.github/workflows/d.yml
@@ -26,7 +26,5 @@ jobs:
26
run: |
27
# Build the project, with its main file included, without unittests
28
dub build --compiler=$DC
29
- # Build and run tests, as defined by `unittest` configuration
30
- # In this mode, `mainSourceFile` is excluded and `version (unittest)` are included
31
- # See https://dub.pm/package-format-json.html#configurations
32
- dub test --compiler=$DC
+ # Build and run tests.
+ rdmd runtests.d
0 commit comments