Commit 0b3e212

mo khan <mo.khan@gmail.com>
2021-02-04 18:15:12
chore: use bin/test instead of bin/cibuild
1 parent dae742f
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
           ruby-version: ${{ matrix.ruby-version }}
           bundler-cache: true
       - name: Run tests
-        run: sh bin/cibuild
+        run: sh bin/test
   lint:
     runs-on: ubuntu-latest
     steps: