From 0e9a5fb15ecb226d4cb2ce20e4d9c1ea4d64c4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A4=8E=E5=90=8D=E6=B7=B1=E9=9B=AA?= Date: Fri, 22 Sep 2023 15:15:05 -0400 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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