We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb608bf commit fd219d3Copy full SHA for fd219d3
1 file changed
.github/workflows/ci.yml
@@ -51,5 +51,8 @@ jobs:
51
- name: Install dependencies
52
run: bundle install
53
54
+ - name: Build
55
+ run: bundle exec rake build
56
+
57
- name: Run tests
58
run: bundle exec rake ${{ matrix.task }}
0 commit comments