From b51042917e47eb96616cedf96ccb1d925c4b5a92 Mon Sep 17 00:00:00 2001 From: cgojin Date: Mon, 30 Nov 2020 22:21:17 +0800 Subject: [PATCH] ci(workflows): test not ready --- .github/workflows/test.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml deleted file mode 100644 index d76c53ed1..000000000 --- a/.github/workflows/test.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: test -on: - push: - branches: - - master - pull_request: - branches: - - master -jobs: - test: - name: test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: test - run: make test - - - uses: codecov/codecov-action@v1 - with: - file: ./cover.out - name: codecov-umbrella - fail_ci_if_error: true