Skip to content

Commit

Permalink
release test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Nov 27, 2023
1 parent 354a619 commit 69eb1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
working-directory: ./rust

- name: agent tests with CosmWasm
run: RUST_BACKTRACE=1 cargo test --package run-locally --bin run-locally -- cosmos::test --nocapture
run: RUST_BACKTRACE=1 cargo test --release --package run-locally --bin run-locally -- cosmos::test --nocapture
working-directory: ./rust

- name: agent tests excluding CosmWasm
Expand Down

0 comments on commit 69eb1c6

Please sign in to comment.