Skip to content

Commit a05ec0b

Browse files
committed
Test
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 98b1011 commit a05ec0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'c.just'
22
alias build-rust-debug := build-rust
33

4-
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]
4+
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command", "$ErrorActionPreference = 'Stop';"]
55
set dotenv-load := true
66

77
set-trace-env-vars := if os() == "windows" { "$env:RUST_LOG='none,hyperlight-host=info';" } else { "RUST_LOG=none,hyperlight-host=info" }

0 commit comments

Comments
 (0)