Skip to content

test/selinux: update boolean name and added back enforced Selinux Cilium tests #1173

test/selinux: update boolean name and added back enforced Selinux Cilium tests

test/selinux: update boolean name and added back enforced Selinux Cilium tests #1173

Workflow file for this run

name: Go
on:
push:
branches: [ flatcar-master ]
pull_request:
branches: [ flatcar-master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: './go.mod'
- name: Build
run: make
- name: Test
run: make test