Skip to content

Run tests on hardenedBSD #1

Run tests on hardenedBSD

Run tests on hardenedBSD #1

Workflow file for this run

name: hbcontrol
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
name: tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run test
uses: 0x1eef/hardenedbsd-vm@v1
with:
release: '16-CURRENT'
run: |
mdo -u root pkg-static install -y go
make test