Skip to content

Commit 5ebbe65

Browse files
committed
Run all tests in GitHub Actions.
1 parent 552f6c0 commit 5ebbe65

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/d.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ jobs:
2626
run: |
2727
# Build the project, with its main file included, without unittests
2828
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
29+
# Build and run tests.
30+
rdmd runtests.d

0 commit comments

Comments
 (0)