fix(ci): add missing cargo make step

This commit is contained in:
Federico Terzi 2021-10-03 15:17:54 +02:00
parent 3b00bf53f3
commit dd6bb013ab

View File

@ -41,6 +41,9 @@ jobs:
- name: Print target version - name: Print target version
run: | run: |
echo Using version ${{ needs.extract-version.outputs.espanso_version }} echo Using version ${{ needs.extract-version.outputs.espanso_version }}
- name: Install cargo-make
run: |
cargo install --force cargo-make
- name: Test - name: Test
run: cargo make test-binary --profile release run: cargo make test-binary --profile release
- name: Build - name: Build