Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Nov 17, 2023
1 parent d6dcaa8 commit df47afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fi
cd ..
rm -rf bin
cmake --build . --target clean
cmake -DTE_POW_FROM_RIGHT=1 ./
make -j4
cd bin
Expand All @@ -53,7 +53,7 @@ jobs:
fi
cd ..
rm -rf bin
cmake --build . --target clean
cmake -DTE_FLOAT=1 ./
make -j4
cd bin
Expand Down

0 comments on commit df47afd

Please sign in to comment.