Skip to content

Deflake integration tests and dynamically create test interface for vpc-eni tests #108

Deflake integration tests and dynamically create test interface for vpc-eni tests

Deflake integration tests and dynamically create test interface for vpc-eni tests #108

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v3
with:
go-version: '1.19.x'
- name: build and unit test
run: make build