Skip to content

Commit 8b8121f

Browse files
committed
Add temp commit to test workflow
Signed-off-by: James Sturtevant <[email protected]>
1 parent 63f1813 commit 8b8121f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/RustNightly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ name: Nightly
44

55
on:
66
workflow_dispatch:
7+
## TEMP added to make sure this runs
8+
pull_request:
9+
branches: [main]
710

811
jobs:
912
musl:
1013
strategy:
1114
fail-fast: true
1215
matrix:
13-
hypervisor: [kvm]
16+
hypervisor: [kvm, mshv, mshv3]
1417
cpu: [amd, intel]
1518
config: [debug, release]
1619
uses: ./.github/workflows/dep_rust.yml

0 commit comments

Comments
 (0)