修改自动构建

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 override: true
components: rustfmt, clippy components: rustfmt, clippy
target: ${{ matrix.target }} target: ${{ matrix.target }}
- name: Test
run: cargo test
- name: Build binary - name: Build binary
run: cargo build --verbose --release --target ${{ matrix.target }} run: cargo build --verbose --release --target ${{ matrix.target }}