修改自动构建
Some checks failed
build / build (ncmmiao-linux.tar.gz, linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
build / build (ncmmiao-macos.tar.gz, macos, macos-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
build / build (ncmmiao-windows.7z, windows, windows-latest, stable-x86_64-msvc, x86_64-pc-windows-msvc) (push) Has been cancelled

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

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 }}