Skip to content

Commit

Permalink
CI: test with --all-features
Browse files Browse the repository at this point in the history
This will attempt to run the Docker-based tests in GitHub Actions
  • Loading branch information
tony-iqlusion committed Apr 9, 2021
1 parent 6324002 commit 9c24e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cosmos-tx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c24e70

Please sign in to comment.