summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-04 21:23:28 -0700
committermo khan <mo@mokhan.ca>2021-02-04 21:23:28 -0700
commit57a173e579839973a91faa807568fee3e64bbcb3 (patch)
tree0587ec5e549580cdef40f32207e65d4073decb7c /.github/workflows/test.yml
parent299198422219c0c2721d824922e68272b1be5dd7 (diff)
chore: update ci config
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml17
1 files changed, 0 insertions, 17 deletions
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