From 1a46c65cb5d27948455068446d10f9cdec6a3aeb Mon Sep 17 00:00:00 2001 From: Bo YU Date: Thu, 21 May 2026 04:04:17 +0000 Subject: [PATCH] [ci] clear unused flags But the most important here is, to only run core test cases --- .github/workflows/ci-riscv64.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci-riscv64.yml b/.github/workflows/ci-riscv64.yml index 44cd575a01e01..4f8ba4f36db80 100644 --- a/.github/workflows/ci-riscv64.yml +++ b/.github/workflows/ci-riscv64.yml @@ -17,11 +17,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true -# FIXME: Drop this -env: - RUSTFLAGS: -D warnings - CARGO_TERM_COLOR: always - jobs: build: name: Build and test