Skip to content

Commit

Permalink
add windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenboy8 authored and ThibsG committed Mar 8, 2024
1 parent f52823e commit 37ed703
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
runner:
- ubuntu-latest
- macos-12
- windows-latest
toolchain:
- 1.70.0
- stable
Expand Down
1 change: 0 additions & 1 deletion src/firmware/linux/host/types/snp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ mod test {
]
}

#[cfg(target_os = "linux")]
#[test]
#[cfg(target_os = "linux")]
fn test_uapi_to_vec_bytes() {
Expand Down

0 comments on commit 37ed703

Please sign in to comment.