Skip to content

Commit

Permalink
Fix unittests action
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 2, 2024
1 parent e922f52 commit 8831aa3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
# Your Godot version number e.g. 3.2.2
Expand Down

0 comments on commit 8831aa3

Please sign in to comment.