修改自动构建
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
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user