CI: test CLI parser

commit-id:5f865212
This commit is contained in:
Csongor Kiss 2022-06-29 20:12:45 +01:00
parent fa3cec16f6
commit 3a182ec6f6
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -8,7 +8,7 @@ function usage() {
cat <<EOF >&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