From 6f41000758ab4a8fd68a9d7c664c3f48ed43aba6 Mon Sep 17 00:00:00 2001 From: Zoe Date: Wed, 20 Oct 2021 17:35:42 +0800 Subject: [PATCH] :tada: remove build --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75959c5..9366518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,3 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Build - run: cargo build --verbose