Update .gitea/workflows/test-ci.yml
This commit is contained in:
parent
c54087f7a9
commit
4283deec79
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
name: build
|
||||
name: test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-amd64:
|
||||
test-amd64:
|
||||
runs-on: [rust-latest, amd64-builder]
|
||||
steps:
|
||||
- name: System Info
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
rustup component add clippy
|
||||
cargo clippy
|
||||
|
||||
build-arm64:
|
||||
test-arm64:
|
||||
runs-on: [rust-latest, arm64-builder]
|
||||
steps:
|
||||
- name: System Info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue