We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be711af commit 8411a08Copy full SHA for 8411a08
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
- uses: ./.github/actions/test-runner
91
id: test
92
with:
93
- TESTOPTS: "--verbose --name=/DumpSchemasTest|CockroachDB::FixturesTest/"
+ TESTOPTS: "--verbose --name='/DumpSchemasTest|CockroachDB::FixturesTest/'"
94
crdb: ${{ matrix.crdb }}
95
ruby: ${{ matrix.ruby }}
96
env:
0 commit comments