Skip to content

Commit

Permalink
Clear cached options in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Mar 3, 2024
1 parent 932a2d1 commit 9fa3289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
cd ..
cmake --build . --target clean
rm ./CMakeCache.txt
cmake -DTE_POW_FROM_RIGHT=1 ./
make -j4
cd bin
Expand All @@ -50,6 +51,7 @@ jobs:
cd ..
cmake --build . --target clean
rm ./CMakeCache.txt
cmake -DTE_FLOAT=1 ./
make -j4
cd bin
Expand All @@ -68,6 +70,7 @@ jobs:
cd ..
cmake --build . --target clean
rm ./CMakeCache.txt
cmake -DTE_LONG_DOUBLE=1 ./
make -j4
cd bin
Expand All @@ -86,6 +89,7 @@ jobs:
cd ..
cmake --build . --target clean
rm ./CMakeCache.txt
cmake -DTE_BITWISE_OPERATORS=1 ./
make -j4
cd bin
Expand Down

0 comments on commit 9fa3289

Please sign in to comment.