diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46325ea95..b1e0f7430 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: thread_model: ['one-thread-per-connection', 'java-thread-pool'] - test_case: ['miniob_insert', 'miniob_delete'] + test_case: ['miniob_insert', 'miniob_delete'] runs-on: ubuntu-latest steps: @@ -78,4 +78,4 @@ jobs: shell: bash run: | cd build_release/bin/ - find ./ -name "*_concurrency_test" -executable -exec {} \ No newline at end of file + find ./ -name "*_concurrency_test" -executable -exec {}