summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-04 21:12:22 -0600
committermo khan <mo.khan@gmail.com>2019-10-04 21:12:22 -0600
commit5c89153e481b9b92c1c719e60a2a242a6b364261 (patch)
tree3a75e90d651c2d9091f6952a024fde888c3d8be5 /.github/workflows/test.yml
parent48a34ed96c1ad0aba8d8e47a553c4d6c2fbb095a (diff)
Add test action
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000..f5ea2ce
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,15 @@
+name: Test
+
+on: [push, pull_request]
+
+jobs:
+ test:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Set up Ruby
+ uses: actions/setup-ruby@v1
+ with:
+ ruby-version: '2.6.5'
+ - name: Build and test
+ run: bin/cibuild