Update Workflow

This commit is contained in:
Billy Chan 2021-08-25 23:20:30 +08:00
parent 87d4f09931
commit 30ca917316
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -89,6 +89,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
path: [async-std, tokio, rocket_example]
steps:
- uses: actions/checkout@v2
@ -102,13 +103,7 @@ jobs:
with:
command: build
args: >
--manifest-path examples/async-std/Cargo.toml
- uses: actions-rs/cargo@v1
with:
command: build
args: >
--manifest-path examples/tokio/Cargo.toml
--manifest-path examples/${{ matrix.path }}/Cargo.toml
sqlite:
name: SQLite