From 3a182ec6f694a6276ed695d8fa13df7c1c039e88 Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Wed, 29 Jun 2022 20:12:45 +0100 Subject: [PATCH] CI: test CLI parser commit-id:5f865212 --- .github/workflows/build.yml | 9 +++++++++ clients/js/run_parse_tests | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d9b5fce6..a1e3e3b13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,6 +96,15 @@ jobs: node-version: "16" - run: cd cosmwasm && make test + cli: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: "16" + - run: cd clients/js && make test + # Run Go linters, Go tests and other outside-of-Tilt things. lint-and-tests: # The linter is slow enough that we want to run it on the self-hosted runner diff --git a/clients/js/run_parse_tests b/clients/js/run_parse_tests index f413193f8..32fbe813f 100755 --- a/clients/js/run_parse_tests +++ b/clients/js/run_parse_tests @@ -8,7 +8,7 @@ function usage() { cat <&2 Usage: - $(basename "$0") [-h] [-a] -- Run golden parser golden tests in $test_directory + $(basename "$0") [-h] [-a] -- Run parser golden tests in $test_directory where: -h show this help text