Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 authored Dec 27, 2024
1 parent d1a4616 commit 2a06d2f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ jobs:
cd build_debug/rocks
ctest -V
- name: Run tests (postgresql)
run: |
cd build_debug/postgresql
ctest -V
- name: Run tests (kafka)
if: false
run: |
Expand All @@ -108,7 +103,6 @@ jobs:
ctest -V
- name: Run tests (mysql)
if: false
run: |
cd build_debug/mysql
GTEST_FILTER="-*Transaction*" ctest -V
Expand All @@ -117,3 +111,8 @@ jobs:
run: |
cd build_debug/redis
ctest -V -E testsuite-userver-redis-tests-basic-chaos
- name: Run tests (postgresql)
run: |
cd build_debug/postgresql
ctest -V

0 comments on commit 2a06d2f

Please sign in to comment.