Skip to content

Commit

Permalink
Attempt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Nov 23, 2023
1 parent 1b71338 commit 59d8c8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ jobs:
with:
prefix-key: 'v2-rust'
shared-key: 'e2e'
workspaces: |
./rust
workspaces: ./rust -> target

- name: agent build
run: cargo build --release --bin run-locally
Expand Down Expand Up @@ -188,8 +187,7 @@ jobs:
with:
prefix-key: 'v2-rust'
shared-key: 'e2e'
workspaces: |
./rust
workspaces: ./rust -> target

- name: run CosmWasm test
run: RUST_BACKTRACE=1 cargo test --package run-locally --bin run-locally -- cosmos::test --nocapture
Expand Down Expand Up @@ -226,8 +224,7 @@ jobs:
with:
prefix-key: 'v2-rust'
shared-key: 'e2e'
workspaces: |
./rust
workspaces: ./rust -> target

- name: yarn-cache
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions typescript/cli/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ done

echo "Validator running, sleeping to let it sync"
# This needs to be long to allow time for the cargo build to finish
sleep 150
sleep 120
echo "Done sleeping"

echo "Validator Announcement:"
Expand All @@ -146,7 +146,7 @@ export HYP_CHAINS_ANVIL2_SIGNER_KEY=0xdbda1821b80551c9d65939329250298aa3472ba22f
cargo run --bin relayer > /tmp/relayer/relayer-logs.txt &

# This needs to be long to allow time for the cargo build to finish
sleep 30
sleep 60
echo "Done running relayer, checking message delivery statuses"

for i in "1 $MESSAGE1_ID" "2 $MESSAGE2_ID"
Expand Down

0 comments on commit 59d8c8f

Please sign in to comment.