Skip to content

install go the github actions way #3

install go the github actions way

install go the github actions way #3

Workflow file for this run

name: build
on: [push]
jobs:
self-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go
- name: clone test target
run: git clone https://github.com/TBD54566975/web5-js.git web5-js
- name: self test
run: go run ./cmd/web5-spec-test web5-js/