From 5c89153e481b9b92c1c719e60a2a242a6b364261 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 4 Oct 2019 21:12:22 -0600 Subject: Add test action --- .github/workflows/test.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/test.yml 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 -- cgit v1.2.3