Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki authored Oct 27, 2023
1 parent df055de commit b726977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
# linux-local-args: '["--toolkit"]'
- name: "Run Tests"
run: |
RUST_BACKTRACE=full CC=clang-15 CXX=clang++-54 cargo test --verbose -- --nocapture
RUST_BACKTRACE=full CC=clang-15 CXX=clang++-14 cargo test --verbose -- --nocapture
# - name: "Run CUDA Tests"
# run: CC=clang-14 CXX=clang++-14 LUISA_TEST_DEVICE=cuda cargo test --features cuda --verbose --release

0 comments on commit b726977

Please sign in to comment.