Skip to content

Commit

Permalink
fix format of test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm committed Jan 15, 2024
1 parent 9257dbe commit 76739fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
shell: bash
run: |
cd build_release/bin/
find ./ -name "*_concurrency_test" -executable -exec {}
find ./ -name "*_concurrency_test" -executable -exec {}

0 comments on commit 76739fd

Please sign in to comment.