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: 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