Skip to content

add "many" subcommand to test multiple targets and produce a single H… #60

add "many" subcommand to test multiple targets and produce a single H…

add "many" subcommand to test multiple targets and produce a single H… #60

Workflow file for this run

name: build
on: [push]
jobs:
self-test:
runs-on: ubuntu-latest
strategy:
matrix:
SDK:
- web5-js
# - web5-kt
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- name: self test
run: go run ./cmd/web5-spec-test one sdks/$SDK
env:
SDK: ${{ matrix.SDK }}