Skip to content

Commit 8c05027

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
dependencies: "brew install openssl"
3333
make: |
3434
mkdir -p build && cd build
35-
cmake -DCOUNTLY_BUILD_TESTS=1 ..
35+
cmake -DCOUNTLY_BUILD_TESTS=1
3636
cmake --build . --config Release
3737
ctest --output-on-failure
3838
- os: ubuntu-24.04
@@ -45,7 +45,7 @@ jobs:
4545
libssl-dev
4646
make: |
4747
mkdir -p build && cd build
48-
cmake -DCOUNTLY_BUILD_TESTS=1 ..
48+
cmake -DCOUNTLY_BUILD_TESTS=1
4949
cmake --build . --config Release
5050
ctest --output-on-failure
5151

0 commit comments

Comments
 (0)