mirror of
https://github.com/logos-messaging/logos-messaging-legacy.git
synced 2026-01-07 16:33:12 +00:00
fix: make targets
This commit is contained in:
parent
055966f998
commit
efc3ce5c17
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
|
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 v1
|
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 all
|
||||||
|
|
||||||
test-legacy:
|
test-legacy:
|
||||||
needs: changes
|
needs: changes
|
||||||
@ -103,4 +103,4 @@ jobs:
|
|||||||
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
|
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 test1
|
run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user