Skip to content

Commit

Permalink
Re-enable FreeBSD tests in GitHub Actions.
Browse files Browse the repository at this point in the history
All runners should now have KVM.
  • Loading branch information
mpartel committed Jun 5, 2024
1 parent ef6e71e commit a5ebf45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- centos8
- debian10
- debian11
#- freebsd12 # https://github.com/mpartel/bindfs/issues/144#issuecomment-1807258383
- freebsd14
- ubuntu1804
- ubuntu2004
- ubuntu2204
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a5ebf45

Please sign in to comment.