Skip to content

Commit

Permalink
[wip] debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
holesch committed Nov 28, 2023
1 parent 3870374 commit 621ef8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
sudo apt-get update
sudo apt-get install qemu-system
pip install .[test]
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run tests
run: pytest -s
release:
Expand Down
2 changes: 1 addition & 1 deletion scripts/vmctl
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ qemu_exec() {
# use "Standard PC"
set -- "$@" -machine q35

if [ -e /dev/kvm ]; then
if [ -w /dev/kvm ]; then
# use host CPU model
set -- "$@" -cpu host
# use kvm acceleration
Expand Down

0 comments on commit 621ef8a

Please sign in to comment.