Skip to content

Commit c50a06a

Browse files
committed
ci: fix
1 parent 33ef657 commit c50a06a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
bundle exec ruby -Itest test/whodunit/chronicles/processor_test.rb
226226
# Test that both adapters are available
227227
echo "Testing adapter availability..."
228-
bundle exec ruby -Itest test/whodunit/chronicles_test.rb -n test_main_classes_defined
228+
bundle exec ruby -Itest test/whodunit/chronicles_test.rb -n "test_main_classes_defined?"
229229
# Run comprehensive adapter compatibility tests
230230
echo "Running adapter compatibility tests..."
231231
bundle exec ruby -Itest test/adapter_compatibility_test.rb

0 commit comments

Comments
 (0)