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 8e9fc70 commit 7d2ee8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
fi
cd ..
rm -rf bin
cmake -DTE_POW_FROM_RIGHT=1 ./
make -j4
cd bin
Expand All @@ -51,7 +52,8 @@ jobs:
exit 1
fi
cd ..
cd ..
rm -rf bin
cmake -DTE_FLOAT=1 ./
make -j4
cd bin
Expand Down

0 comments on commit 7d2ee8b

Please sign in to comment.