From 224d18740f0aa334cf9e12d31a5b1ebaa4f1bd02 Mon Sep 17 00:00:00 2001 From: Lkhsss Date: Sun, 17 Nov 2024 09:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57ebc7b..16276d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,8 @@ jobs: override: true components: rustfmt, clippy target: ${{ matrix.target }} + - name: Test + run: cargo test - name: Build binary run: cargo build --verbose --release --target ${{ matrix.target }}