diff options
| author | sfan5 <sfan5@live.de> | 2021-12-18 20:36:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-18 20:36:43 +0100 |
| commit | 8472141b79c25092c90dea24aa873bd7ff792142 (patch) | |
| tree | f83851a66ec4b892786ae8a398bee3e8c5228c78 /.github | |
| parent | 1c5ece8334d050379eb99fe2ead52f9f4db44249 (diff) | |
| download | dragonfireclient-8472141b79c25092c90dea24aa873bd7ff792142.tar.xz | |
Restructure devtest's unittests and run them in CI (#11859)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 417b4f650..af1de15ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: run: | ./bin/minetest --run-unittests - - name: Integration test + - name: Integration test + devtest run: | ./util/test_multiplayer.sh |
