Skip to content

Commit

Permalink
temp: use general ndc-test command
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 committed Mar 22, 2024
1 parent 2226cca commit 2e5187d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
# tree
- name: Run ndc-test
working-directory: ndc-spec
run: cargo run --bin ndc-test -- replay --endpoint http://0.0.0.0:8080 --snapshots-dir ../cosmos/ndc-test-snapshots
# run: cargo run --bin ndc-test -- test --endpoint http://0.0.0.0:8080
# run: cargo run --bin ndc-test -- replay --endpoint http://0.0.0.0:8080 --snapshots-dir ../cosmos/ndc-test-snapshots
run: cargo run --bin ndc-test -- test --endpoint http://0.0.0.0:8080
# - name: Install test runner
# run: npm install --global mocha
# - name: Run Node.js tests
Expand Down

0 comments on commit 2e5187d

Please sign in to comment.