From ddeb6a8e5fa97c0b1170743e5bf2f7b931f7a12b Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Fri, 25 Dec 2020 15:12:21 +0000 Subject: [PATCH] test: remove sanity test in GH action --- .github/workflows/sanity.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/sanity.yaml diff --git a/.github/workflows/sanity.yaml b/.github/workflows/sanity.yaml deleted file mode 100644 index c644724d..00000000 --- a/.github/workflows/sanity.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Sanity Tests -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] -jobs: - test: - name: Sanity tests - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Run tests - run: | - make sanity-test