From ca929c2178242e2ea4f0fd4a92e21a96653b2de0 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Thu, 12 Nov 2020 12:24:46 -0800 Subject: [PATCH] Fix github actions config - take 2 --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fb8b72..c123da9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: