From 76056cb288a6d6993da2c12c08bc1879ad142cbd Mon Sep 17 00:00:00 2001 From: andywiecko Date: Tue, 1 Oct 2024 18:46:34 +0200 Subject: [PATCH] ci: add playmode test run --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b42fcd..3c6b122 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,9 @@ jobs: manifest: - default - fixed-math + include: + - testMode: playmode + manifest: fixed-math steps: - uses: actions/checkout@v4 with: