Skip to content

Commit

Permalink
Revert to 2, tests not running
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Nov 23, 2023
1 parent 160ecd8 commit 325be69
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,18 @@ jobs:
mold-version: 2.0.0
make-default: true

- name: rust-cache
- name: rust cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: 'v2-rust'
shared-key: 'e2e'
workspaces: ./rust
workspaces: |
./rust
- name: agent-build
- name: agent build
run: cargo build --release --bin run-locally
working-directory: ./rust


agent-e2e:
runs-on: larger-runner
needs: [agent-build]
Expand All @@ -182,7 +182,8 @@ jobs:
with:
prefix-key: 'v2-rust'
shared-key: 'e2e'
workspaces: ./rust
workspaces: |
./rust
- name: run CosmWasm test
run: RUST_BACKTRACE=1 cargo test --package run-locally --bin run-locally -- cosmos::test --nocapture
Expand Down Expand Up @@ -219,15 +220,8 @@ jobs:
path: ./*
key: ${{ github.sha }}

- name: rust-cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: 'v2-rust'
shared-key: 'e2e'
workspaces: ./rust

- name: test
run: ./ci-test.sh
run: ./typescript/cli/ci-test.sh
working-directory: ./typescript/cli

env-test:
Expand Down Expand Up @@ -278,4 +272,4 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 325be69

Please sign in to comment.