From 57a173e579839973a91faa807568fee3e64bbcb3 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 4 Feb 2021 21:23:28 -0700 Subject: chore: update ci config --- .github/workflows/test.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/test.yml (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 794eb1d..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Test - -on: [push, pull_request] - -jobs: - test: - runs-on: ubuntu-latest - strategy: - matrix: - ruby: [ '2.5', '2.6', '2.7' ] - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-ruby@v1 - with: - ruby-version: ${{ matrix.ruby }} - - name: cibuild - run: bin/cibuild -- cgit v1.2.3