chore: better agent e2e test naming (#4157)

### Description

For partners / OSS contributors to have an easier time building and
testing the env most relevant to them
pull/4163/head
Daniel Savu 4 months ago committed by GitHub
parent 37b460193f
commit 4fa75a4bd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/test.yml

@ -253,14 +253,14 @@ jobs:
- name: Checkout registry
uses: ./.github/actions/checkout-registry
- name: agent tests with CosmWasm
- name: agent tests (CosmWasm)
run: cargo test --release --package run-locally --bin run-locally --features cosmos test-utils -- cosmos::test --nocapture
if: matrix.e2e-type == 'cosmwasm'
working-directory: ./rust
env:
RUST_BACKTRACE: 'full'
- name: agent tests excluding CosmWasm
- name: agent tests (EVM and Sealevel)
run: cargo run --release --bin run-locally --features test-utils
if: matrix.e2e-type == 'non-cosmwasm'
working-directory: ./rust

Loading…
Cancel
Save