Skip to content

Commit

Permalink
Update macos-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Nov 17, 2023
1 parent eab2c48 commit b503f80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fi
cd ..
rm -rf bin
cmake -DTE_POW_FROM_RIGHT=1 ./
make -j4
cd bin
Expand All @@ -48,6 +49,7 @@ jobs:
fi
cd ..
rm -rf bin
cmake -DTE_FLOAT=1 ./
make -j4
cd bin
Expand Down

0 comments on commit b503f80

Please sign in to comment.