ci: restore make test-compile

This commit is contained in:
Ivan Dyachkov 2023-08-04 09:29:11 +02:00
parent 8232d8bc8b
commit fdf02a7083
1 changed files with 3 additions and 1 deletions

View File

@ -90,7 +90,9 @@ jobs:
PROFILE: ${{ matrix.profile }} PROFILE: ${{ matrix.profile }}
ENABLE_COVER_COMPILE: 1 ENABLE_COVER_COMPILE: 1
run: | run: |
make $PROFILE make ensure-rebar3
make ${PROFILE}-compile
make test-compile
zip -ryq $PROFILE.zip . zip -ryq $PROFILE.zip .
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with: