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: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: build - name: build
run: make all VERBOSE=2 run: make all VERBOSE=2 RELEASE=1
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: test - name: test
run: make test VERBOSE=2 run: make test VERBOSE=2 RELEASE=1