Github action path for folder structure
This commit is contained in:
parent
142b63a4f9
commit
f0fd88aa12
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -30,12 +30,12 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --locked --manifest-path util/io/Cargo.toml --no-default-features --verbose
|
args: --locked --manifest-path crates/runtime/io/Cargo.toml --no-default-features --verbose
|
||||||
- name: Run cargo check 3/3
|
- name: Run cargo check 3/3
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --locked --manifest-path util/io/Cargo.toml --features "mio" --verbose
|
args: --locked --manifest-path crates/runtime/io/Cargo.toml --features "mio" --verbose
|
||||||
- name: Run cargo check evmbin
|
- name: Run cargo check evmbin
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user