diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2024-06-05 09:08:56 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2024-06-05 09:08:56 +0300 |
commit | a5ebf459ff2adb0d6c736adf5f3260e088f686ad (patch) | |
tree | 00eddf7cc641d1f1e528638a5143cce09242b29a | |
parent | ef6e71e3f3257119811b427dd4d5729a5f93e317 (diff) | |
download | bindfs-a5ebf459ff2adb0d6c736adf5f3260e088f686ad.tar.gz |
Re-enable FreeBSD tests in GitHub Actions.
All runners should now have KVM.
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 99f0c33..7c843ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -177,7 +177,7 @@ jobs: - centos8 - debian10 - debian11 - #- freebsd12 # https://github.com/mpartel/bindfs/issues/144#issuecomment-1807258383 + - freebsd14 - ubuntu1804 - ubuntu2004 - ubuntu2204 @@ -216,6 +216,7 @@ jobs: - name: Check for KVM run: |- + # This check is probably obsolete now: https://github.com/actions/runner-images/discussions/7191 if [[ -e /dev/kvm ]]; then echo "This GitHub Action runner has KVM. This run will be fast." else |