chore: stop using "build" target in CI

This commit is contained in:
youben11
2021-10-28 09:09:07 +01:00
committed by Ayoub Benaissa
parent 2c63018ed2
commit dc2d6a362e
3 changed files with 2 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ jobs:
cd /compiler
pip install pytest
export CONCRETE_PROJECT=/concrete
make -B BUILD_DIR=/build build
make -B BUILD_DIR=/build build-initialized
make BUILD_DIR=/build test
- name: Send Slack Notification