Skip to content

Fix feature applied only if RejectOverlappingDisruption flag enabled #122

Fix feature applied only if RejectOverlappingDisruption flag enabled

Fix feature applied only if RejectOverlappingDisruption flag enabled #122

Workflow file for this run

name: Tests
on:
- pull_request
- push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Build
run: make all
- name: Test
run: make test