6 Commits

Author SHA1 Message Date
bspeice 5603f19c22 Merge pull request 'Automatically install rust toolchain for CI' (#1) from cargo_gpu_builder into main
CI / cargo fmt (push) Successful in 23s
CI / cargo test (push) Successful in 12m50s
CI / cargo test (GPU) (push) Successful in 12m47s
Reviewed-on: #1
2026-06-19 22:20:22 -04:00
bspeice 35784514d6 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
2026-06-19 21:50:41 -04:00
bspeice 24a40adcad Revert "Automatically install rust toolchain for CI"
This reverts commit 0a17b24451.
2026-06-19 21:49:29 -04:00
bspeice 0a17b24451 Automatically install rust toolchain for CI
CI / cargo fmt (push) Successful in 9m34s
CI / cargo test (push) Has been cancelled
CI / cargo test (GPU) (push) Has been cancelled
2026-06-19 20:56:04 -04:00
bspeice 3652de9fd1 Attempt to use the Gitea build cache
CI / cargo fmt (push) Has been cancelled
CI / cargo test (push) Has been cancelled
CI / cargo test (GPU) (push) Has been cancelled
2026-06-19 20:55:30 -04:00
bspeice bf82670f9e Disable running CI on pull requests
CI / cargo fmt (push) Has been cancelled
CI / cargo test (push) Has been cancelled
CI / cargo test (GPU) (push) Has been cancelled
It's already running on push for all branches.
2026-06-19 20:01:15 -04:00
+1 -2
View File
@@ -1,7 +1,6 @@
name: "CI" name: "CI"
on: on:
push: push:
pull_request:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -32,4 +31,4 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo install --git https://github.com/rust-gpu/rust-gpu cargo-gpu - 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