Update Workflow
This commit is contained in:
parent
87d4f09931
commit
30ca917316
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
@ -89,6 +89,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
path: [async-std, tokio, rocket_example]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -102,13 +103,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: >
|
args: >
|
||||||
--manifest-path examples/async-std/Cargo.toml
|
--manifest-path examples/${{ matrix.path }}/Cargo.toml
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
args: >
|
|
||||||
--manifest-path examples/tokio/Cargo.toml
|
|
||||||
|
|
||||||
sqlite:
|
sqlite:
|
||||||
name: SQLite
|
name: SQLite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user