There was an error while loading. Please reload this page.
1 parent 21af0c1 commit ecad9e8Copy full SHA for ecad9e8
1 file changed
packages/mk-oracle/run.ps1
@@ -256,9 +256,6 @@ try {
256
Invoke-Cargo-With-Explicit-Package "fmt" "--" "--check"
257
}
258
if ($packTest) {
259
- if (-not (Test-Administrator)) {
260
- Write-Error "Testing must be executed as Administrator." -ErrorAction Stop
261
- }
262
# TODO(timi): move it to CI
263
.\tests\files\ci-scripts\manage-test-registry-set.ps1 --reinstall 2.5.0
264
Invoke-Cargo-With-Explicit-Package "test" "--release" "--target" $cargo_target "--" "--test-threads=4"
0 commit comments