chore(build): CARGO_TERM_COLOR=always
All checks were successful
poll-upstream / check (push) Successful in 13s
poll-upstream / check-prerelease (push) Successful in 12s

This commit is contained in:
2026-06-17 11:56:43 +03:00
parent d322943fa9
commit aae3cf3141
2 changed files with 2 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ jobs:
cd src
cargo build --release --features "${{ matrix.cargo_features }}"
env:
CARGO_TERM_COLOR: always
CUDA_COMPUTE_CAP: ${{ matrix.compute_caps }}
CARGO_BUILD_JOBS: ${{ matrix.build_jobs }}
NVCC_THREADS: ${{ matrix.nvcc_threads }}