Skip to content

Eliminate domain registration step from samples because Cadence comes with 'default' domain now #21

Eliminate domain registration step from samples because Cadence comes with 'default' domain now

Eliminate domain registration step from samples because Cadence comes with 'default' domain now #21

Workflow file for this run

name: Build and test cadence-samples
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.22.x'
- name: Build and Test
run: make