Commit 41db976

mo khan <mo@mokhan.ca>
2022-01-26 19:36:07
chore: install gems
1 parent 9fff754
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
         with:
           ruby-version: ${{ matrix.ruby-version }}
       - name: Running tests…
+        run: sh bin/setup
         run: sh bin/test
   style:
     runs-on: ubuntu-latest