Skip to content

Commit

Permalink
Remove buildkit from non-working windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Dec 5, 2022
1 parent 48f2982 commit 9727734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ test_script:
- ps: Set-Item -path env:RUST_BACKTRACE -value 1
- ps: Set-Item -path env:RUST_LOG -value "hyper=trace,bollard=debug"
- ps: Set-Item -path env:REGISTRY_HTTP_ADDR -value localhost:5000
- cargo test --features buildkit --verbose --tests -- --nocapture --test-threads 1
- cargo test --verbose --tests -- --nocapture --test-threads 1

0 comments on commit 9727734

Please sign in to comment.