We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ef657 commit c50a06aCopy full SHA for c50a06a
1 file changed
.github/workflows/ci.yml
@@ -225,7 +225,7 @@ jobs:
225
bundle exec ruby -Itest test/whodunit/chronicles/processor_test.rb
226
# Test that both adapters are available
227
echo "Testing adapter availability..."
228
- bundle exec ruby -Itest test/whodunit/chronicles_test.rb -n test_main_classes_defined
+ bundle exec ruby -Itest test/whodunit/chronicles_test.rb -n "test_main_classes_defined?"
229
# Run comprehensive adapter compatibility tests
230
echo "Running adapter compatibility tests..."
231
bundle exec ruby -Itest test/adapter_compatibility_test.rb
0 commit comments