Skip to content

Commit e74b615

Browse files
fix: a 86 interrupt instruction forapple in doctest
1 parent 8c05027 commit e74b615

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ jobs:
3030
- os: macos-15
3131
cmake-install: "brew install cmake"
3232
dependencies: "brew install openssl"
33-
make: |
34-
mkdir -p build && cd build
35-
cmake -DCOUNTLY_BUILD_TESTS=1
36-
cmake --build . --config Release
37-
ctest --output-on-failure
33+
make: make ./countly-tests && ./countly-tests
3834
- os: ubuntu-24.04
3935
cmake-install: |
4036
sudo apt-get update && sudo apt-get install -y \
@@ -43,11 +39,7 @@ jobs:
4339
make \
4440
libcurl4-openssl-dev \
4541
libssl-dev
46-
make: |
47-
mkdir -p build && cd build
48-
cmake -DCOUNTLY_BUILD_TESTS=1
49-
cmake --build . --config Release
50-
ctest --output-on-failure
42+
make: make ./countly-tests && ./countly-tests
5143

5244
steps:
5345
- name: Checkout code

0 commit comments

Comments
 (0)