Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker authored May 4, 2024
1 parent 034c421 commit 74c6181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
workspaces: "./addons/glecs/rust/glecs"
cache-on-failure: true

- name: Update Rust
run: |
Expand All @@ -43,10 +44,11 @@ jobs:
# Version must include major, minor, and patch, and be >= 4.0.0
# Pre-release label is optional.
version: 4.2.1
mono: false

- name: Run Godot import
run: |
godot --headless --editor addons gut .cli_support __rebuilder_scene.tscn
godot --headless --editor ./addons/gut/.cli_support/__rebuilder_scene.tscn
- name: Run unittests
run: |
Expand Down

0 comments on commit 74c6181

Please sign in to comment.