Skip to content

Commit 9fa3289

Browse files
authored
Clear cached options in unit tests
1 parent 932a2d1 commit 9fa3289

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
3333
cd ..
3434
cmake --build . --target clean
35+
rm ./CMakeCache.txt
3536
cmake -DTE_POW_FROM_RIGHT=1 ./
3637
make -j4
3738
cd bin
@@ -50,6 +51,7 @@ jobs:
5051
5152
cd ..
5253
cmake --build . --target clean
54+
rm ./CMakeCache.txt
5355
cmake -DTE_FLOAT=1 ./
5456
make -j4
5557
cd bin
@@ -68,6 +70,7 @@ jobs:
6870
6971
cd ..
7072
cmake --build . --target clean
73+
rm ./CMakeCache.txt
7174
cmake -DTE_LONG_DOUBLE=1 ./
7275
make -j4
7376
cd bin
@@ -86,6 +89,7 @@ jobs:
8689
8790
cd ..
8891
cmake --build . --target clean
92+
rm ./CMakeCache.txt
8993
cmake -DTE_BITWISE_OPERATORS=1 ./
9094
make -j4
9195
cd bin

0 commit comments

Comments
 (0)