diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index b96fed3..5691c19 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -41,16 +41,12 @@ jobs: - name: Build run: GOARCH=${{ matrix.go-arch }} make build - name: Build Rosetta - run: make rosetta && ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090 &" + run: make rosetta && make plugin && ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090 &" run-rosetta-cli-tests: runs-on: ubuntu-latest needs: run-rosetta strategy: fail-fast: false - matrix: - include: - - network: calibration - url: LOTUS_URL_CALIBNET steps: - uses: actions/checkout@v3 - name: Rosetta-cli setup & test