Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
segoon committed Oct 21, 2024
1 parent 0e3c1a6 commit a6a18b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,21 @@ jobs:
- name: Install packages
run: |
brew install $(cat scripts/docs/en/deps/macos.md)
- name: Run cmake
run: |
mkdir build_debug
cd build_debug
cmake ..
- name: Compile
run: |
pwd
cd build_debug
make -j$(nproc)
- name: Run tests (universal)
run: |
echo "UBSAN_OPTIONS=${UBSAN_OPTIONS} ASAN_OPTIONS=${ASAN_OPTIONS}"
cd build_debug
./universal/userver-universal-unittest ${{matrix.tests-flags}}

0 comments on commit a6a18b6

Please sign in to comment.