Skip to content

10 create get fct to retrieve website on the blockchain #17

10 create get fct to retrieve website on the blockchain

10 create get fct to retrieve website on the blockchain #17

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
cache: true
- name: Run unit tests
run: go test ./...