From 9c24e70ab8d9abb1882cc03030adbaad5c7d3353 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 9 Apr 2021 10:40:05 -0700 Subject: [PATCH] CI: test with --all-features This will attempt to run the Docker-based tests in GitHub Actions --- .github/workflows/cosmos-tx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cosmos-tx.yml b/.github/workflows/cosmos-tx.yml index 4450b0d7..3ab0e11b 100644 --- a/.github/workflows/cosmos-tx.yml +++ b/.github/workflows/cosmos-tx.yml @@ -52,5 +52,5 @@ jobs: profile: minimal toolchain: ${{ matrix.rust }} override: true - - run: cargo build --release --all-features # TODO(tarcieri): just test with --all-features - run: cargo test --release + - run: cargo test --release --all-features