holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
693 stars 31 forks source link

test: fix the tests on windows + ci: test windows using GitHub Actions #79

Closed aminya closed 1 year ago

aminya commented 1 year ago

image

aminya commented 1 year ago

Thanks for the merge.

Please also stop the Appveyor app from the settings. If you don't have access, there is a hacky way to suppress the error.

# empty appveyor
build: off

branches:
  only:
  - non-existing
jyn514 commented 1 year ago

Hmm, I thought I disabled the appveyor build, but I still see it running on https://github.com/holmgr/cargo-sweep/pull/80: https://ci.appveyor.com/project/holmgr/cargo-sweep/builds/45770497

I guess it's only cloning the repo and doing nothing else, which is harmless if a little silly.

jyn514 commented 1 year ago

ah, I needed to set it not to run on any branches as well - now it's working :)

Thanks for the help!