Skip to content

Commit b8d5178

Browse files
authored
Update macos-unit-tests.yml
1 parent 9d7895a commit b8d5178

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/macos-unit-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cd ..
3636
cmake --build . --target clean
3737
rm ./CMakeCache.txt
38-
cmake -DTE_POW_FROM_RIGHT=1 -DUSE_ADDRESS_SANITIZE = 1 ./
38+
cmake -DTE_POW_FROM_RIGHT=1 -DUSE_ADDRESS_SANITIZE=1 ./
3939
make -j4
4040
cd bin
4141
./TETestRunner --reporter JUnit::out=te-junit-pow-from-right.xml
@@ -54,7 +54,7 @@ jobs:
5454
cd ..
5555
cmake --build . --target clean
5656
rm ./CMakeCache.txt
57-
cmake -DTE_FLOAT=1 -DUSE_ADDRESS_SANITIZE = 1 ./
57+
cmake -DTE_FLOAT=1 -DUSE_ADDRESS_SANITIZE=1 ./
5858
make -j4
5959
cd bin
6060
./TETestRunner --reporter JUnit::out=te-junit-float.xml
@@ -73,7 +73,7 @@ jobs:
7373
cd ..
7474
cmake --build . --target clean
7575
rm ./CMakeCache.txt
76-
cmake -DTE_LONG_DOUBLE=1 -DUSE_ADDRESS_SANITIZE = 1 ./
76+
cmake -DTE_LONG_DOUBLE=1 -DUSE_ADDRESS_SANITIZE=1 ./
7777
make -j4
7878
cd bin
7979
./TETestRunner --reporter JUnit::out=te-junit-long-double.xml
@@ -92,7 +92,7 @@ jobs:
9292
cd ..
9393
cmake --build . --target clean
9494
rm ./CMakeCache.txt
95-
cmake -DTE_BITWISE_OPERATORS=1 -DUSE_ADDRESS_SANITIZE = 1 ./
95+
cmake -DTE_BITWISE_OPERATORS=1 -DUSE_ADDRESS_SANITIZE=1 ./
9696
make -j4
9797
cd bin
9898
./TETestRunner --reporter JUnit::out=te-junit-bitwise.xml
@@ -112,4 +112,4 @@ jobs:
112112
uses: actions/upload-artifact@v4
113113
with:
114114
name: macOS unit tests
115-
path: ${{ github.workspace }}/tests/bin/*.xml
115+
path: ${{ github.workspace }}/tests/bin/*.xml

0 commit comments

Comments
 (0)