Fix github actions config - take 2

This commit is contained in:
Tim Kuehn
2020-11-12 12:24:46 -08:00
parent 569039734b
commit ca929c2178

View File

@@ -34,18 +34,22 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path tarpc/Cargo.toml
args: --features serde1
- uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path tarpc/Cargo.toml
args: --features tokio1
- uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path tarpc/Cargo.toml
args: --features serde-transport
- uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path tarpc/Cargo.toml
args: --features tcp
- uses: actions-rs/cargo@v1
with: