Fix the CI action, the build scripts were fine
CI / cargo fmt (push) Successful in 25s
CI / cargo test (push) Successful in 13m3s
CI / cargo test (GPU) (push) Successful in 12m57s

This commit is contained in:
2026-06-19 21:50:41 -04:00
parent 24a40adcad
commit 35784514d6
+1 -7
View File
@@ -7,8 +7,6 @@ jobs:
formatting:
name: cargo fmt
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
@@ -20,8 +18,6 @@ jobs:
test:
name: cargo test
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
@@ -31,10 +27,8 @@ jobs:
test-gpu:
name: cargo test (GPU)
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo install --git https://github.com/rust-gpu/rust-gpu cargo-gpu
- run: cargo gpu check -p enkou-shaders
- run: cargo gpu check --auto-install-rust-toolchain -p enkou-shaders