Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed May 10, 2024
1 parent fab1eda commit d2993b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- run: SERIALIZER=marshal bundle exec rake
- run: SERIALIZER=json bundle exec rake
- run: SERIALIZER=yaml bundle exec rake
- run: SERIALIZER=plain bundle exec rake
- run: SERIALIZER=pure bundle exec rake
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ test-ruby32:
- SERIALIZER=marshal bundle exec rake
- SERIALIZER=json bundle exec rake
- SERIALIZER=yaml bundle exec rake
- SERIALIZER=plain bundle exec rake
- SERIALIZER=pure bundle exec rake

0 comments on commit d2993b2

Please sign in to comment.