Skip to content

Commit

Permalink
CI: build test binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Jan 26, 2024
1 parent 6d42ce7 commit e0db254
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
. /root/conda/etc/profile.d/conda.sh
conda activate
source env.sh
pushd tests
make -j`nproc`
popd
git submodule update --init --recursive software/coremark
pushd software/coremark
./build.sh
Expand Down

0 comments on commit e0db254

Please sign in to comment.