From 96e10617773a90f31d7d03b694e1a67ba13c1d40 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 20 Apr 2022 19:53:31 -0400 Subject: [PATCH] test --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03f59b2..b5422f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,11 @@ jobs: override: true - name: Install cargo-all-features - uses: actions-rs/cargo@v1 + uses: actions-rs/install@v0.1 with: - command: install cargo-all-features + crate: cargo-all-features + version: latest + - run: cargo test-all-features - name: Run cargo test uses: actions-rs/cargo@v1