diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f7b0636..0d7ffe4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main", "next" ] pull_request: - branches: [ "main", "next" ] + branches: [ "main", "next", "refactor ] env: CARGO_TERM_COLOR: always @@ -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