Foo4
Some checks failed
Matrix / Clippy check (pull_request) Failing after 6s
Matrix / Build - beta (pull_request) Successful in 6s
Matrix / Test - stable (pull_request) Successful in 5s
Matrix / Format (pull_request) Failing after 13s
Matrix / Test - nightly (pull_request) Successful in 15s
Matrix / Test - beta (pull_request) Successful in 15s
Matrix / Build - nightly (pull_request) Successful in 15s
Matrix / Build - stable (pull_request) Successful in 18s
Some checks failed
Matrix / Clippy check (pull_request) Failing after 6s
Matrix / Build - beta (pull_request) Successful in 6s
Matrix / Test - stable (pull_request) Successful in 5s
Matrix / Format (pull_request) Failing after 13s
Matrix / Test - nightly (pull_request) Successful in 15s
Matrix / Test - beta (pull_request) Successful in 15s
Matrix / Build - nightly (pull_request) Successful in 15s
Matrix / Build - stable (pull_request) Successful in 18s
This commit is contained in:
10
.github/workflows/builder.yml
vendored
10
.github/workflows/builder.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
format:
|
||||
name: Format
|
||||
runs-on: native:host
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
clippy:
|
||||
name: Clippy check
|
||||
runs-on: native:host
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
- nightly
|
||||
|
||||
name: Build - ${{matrix.rust}}
|
||||
runs-on: native:host
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
@@ -53,12 +53,12 @@ jobs:
|
||||
- nightly
|
||||
|
||||
name: Test - ${{matrix.rust}}
|
||||
runs-on: native:host
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: ${{matrix.rust}}
|
||||
components: rustfmt, clippy
|
||||
- run: cargo test
|
||||
- run: cargo build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user