Skip to content

Commit

Permalink
try gem install bitset
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhull committed Mar 7, 2024
1 parent abffc07 commit 52ffc54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler: none
- name: Run tests
run: rake test
run: |
gem install bitset
rake test

0 comments on commit 52ffc54

Please sign in to comment.