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