From 8df1ebbde59f4ead6b8823959b9d6d0e0b256ed6 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 1 Feb 2024 21:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=B2=A1=E7=94=A8=E7=9A=84?= =?UTF-8?q?=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27cbe1c..c3bb778 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,9 +22,3 @@ jobs: - uses: actions/checkout@v4 - name: Build run: cargo build --verbose - - - name: 好玩的 - run: cargo run name - - - name: Run tests - run: cargo test --verbose