From bf98850736839425497ac336fee828db4961d617 Mon Sep 17 00:00:00 2001 From: xianhuawei <258022429@qq.com> Date: Thu, 26 May 2022 08:39:02 +0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe88996991..6489c9467b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,6 @@ jobs: - name: run-test id: unittest run: | - go test -run=XXX -bench=. $(go list ./crypto) bash <(curl -s https://codecov.io/bash) - name: make-minicluster