Skip to content

e2e: noderef: allow to skip test #704

e2e: noderef: allow to skip test

e2e: noderef: allow to skip test #704

Workflow file for this run

name: CI Go
on:
pull_request:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: set up golang
uses: actions/setup-go@v3
with:
go-version: 1.20.7
- name: format
run: ./hack/check-format.sh
- name: build
run: make all
- name: test
run: make test-unit