Skip to content

Commit

Permalink
Merge branch 'main' of github.com:LuisaGroup/luisa-compute-rs into re…
Browse files Browse the repository at this point in the history
…factor
  • Loading branch information
shiinamiyuki committed Sep 22, 2023
2 parents a258353 + 0e9a5fb commit 98c1964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main", "next" ]
pull_request:
branches: [ "main", "next" ]
branches: [ "main", "next", "refactor ]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -38,6 +38,6 @@ jobs:
run: |
RUST_BACKTRACE=full CC=clang-14 CXX=clang++-14 cargo test --verbose -- --nocapture
RUST_BACKTRACE=full CC=clang-14 CXX=clang++-14 cargo test --verbose --release -- --nocapture
RUST_BACKTRACE=full bash run_tests.sh
# RUST_BACKTRACE=full bash run_tests.sh
# - 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 98c1964

Please sign in to comment.