Skip to content

feat(net): add option -x to unshare network (#130) #144

feat(net): add option -x to unshare network (#130)

feat(net): add option -x to unshare network (#130) #144

Workflow file for this run

name: Distro and LVM tests
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '17 20 * * *'
jobs:
vagrant:
strategy:
fail-fast: false
matrix:
vagrant_target:
- debian
- debianrustup
- debianlvm
- rocky9
- fedora33
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Start vagrant box
run: vagrant up ${{ matrix.vagrant_target }}