aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/run_windows_invocation_tests.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/run_windows_invocation_tests.ps1')
-rw-r--r--.github/workflows/run_windows_invocation_tests.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/run_windows_invocation_tests.ps1 b/.github/workflows/run_windows_invocation_tests.ps1
new file mode 100644
index 0000000..1162703
--- /dev/null
+++ b/.github/workflows/run_windows_invocation_tests.ps1
@@ -0,0 +1,3 @@
+$env:Path += ";$(Split-Path -Path (Get-Childitem –Path $Env:JAVA_HOME -Filter jvm.dll -Recurse) -Parent)"
+
+cargo test --features=invocation