修改自动构建

This commit is contained in:
Lkhsss
2024-11-17 09:34:55 +08:00
parent f3de089067
commit 3e1c3c771f

View File

@ -41,6 +41,8 @@ jobs:
override: true
components: rustfmt, clippy
target: ${{ matrix.target }}
- name: Test
run: cargo test
- name: Build binary
run: cargo build --verbose --release --target ${{ matrix.target }}