fix: create release build to fix ci

This commit is contained in:
Lucaskyy 2022-07-09 20:06:47 +02:00
parent 61167abbd7
commit e7d26fdc68
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -41,7 +41,7 @@ jobs:
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build
command: build --release
- name: cargo clippy
uses: actions-rs/cargo@v1