Merge pull request 'Add test.md' (#1) from test into main
Reviewed-on: #1
This commit is contained in:
commit
089a13a569
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
name: build
|
name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-amd64:
|
test-amd64:
|
||||||
runs-on: [rust-latest, amd64-builder]
|
runs-on: [rust-latest, amd64-builder]
|
||||||
steps:
|
steps:
|
||||||
- name: System Info
|
- name: System Info
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
rustup component add clippy
|
rustup component add clippy
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
|
||||||
build-arm64:
|
test-arm64:
|
||||||
runs-on: [rust-latest, arm64-builder]
|
runs-on: [rust-latest, arm64-builder]
|
||||||
steps:
|
steps:
|
||||||
- name: System Info
|
- name: System Info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue