修改自动构建
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