From 8831aa38b66091bb5a7e41329d465c3458ba5151 Mon Sep 17 00:00:00 2001 From: GsLogimaker Date: Thu, 2 May 2024 18:16:39 -0500 Subject: [PATCH] Fix unittests action --- .github/workflows/unittests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index fb44750..351379a 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -10,18 +10,17 @@ on: env: CARGO_TERM_COLOR: always - + jobs: build: runs-on: ubuntu-latest steps: - name: Build Glecs - uses: actions/checkout@v4 - - run: cargo build --verbose --manifest-path \./addons/glecs/rust/glecs/Cargo.toml --features compile_bindings --target-dir ./addons/glecs/bin + - name: Build Glecs + run: cargo build --verbose --manifest-path \./addons/glecs/rust/glecs/Cargo.toml --features compile_bindings --target-dir ./addons/glecs/bin - name: Run Godot tests - uses: croconut/godot-tester@v5.1 with: # Your Godot version number e.g. 3.2.2