Skip to content

Commit 872ddb4

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

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/RustNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
hypervisor: [kvm]
13+
hypervisor: [kvm, mshv, mshv3]
1414
cpu: [amd, intel]
1515
config: [debug, release]
1616
uses: ./.github/workflows/dep_rust.yml

.github/workflows/ValidatePullRequest.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,21 @@ jobs:
5858
cpu: ${{ matrix.cpu }}
5959
config: ${{ matrix.config }}
6060

61+
musl:
62+
strategy:
63+
fail-fast: true
64+
matrix:
65+
hypervisor: [kvm, mshv, mshv3]
66+
cpu: [amd, intel]
67+
config: [debug, release]
68+
uses: ./.github/workflows/dep_rust.yml
69+
secrets: inherit
70+
with:
71+
hypervisor: ${{ matrix.hypervisor }}
72+
cpu: ${{ matrix.cpu }}
73+
config: ${{ matrix.config }}
74+
target_triple: x86_64-unknown-linux-musl
75+
6176
fuzzing:
6277
needs:
6378
- docs-pr

0 commit comments

Comments
 (0)