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