GitHub workflow now generates release builds

This commit is contained in:
2024-06-19 19:09:12 +01:00
parent 11f79a84a3
commit c142578254

View File

@@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: build
run: make all VERBOSE=2
run: make all VERBOSE=2 RELEASE=1
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: make test VERBOSE=2
run: make test VERBOSE=2 RELEASE=1