Skip to content

Commit

Permalink
appveyor test
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhinton committed Nov 29, 2021
1 parent 58e1d09 commit feae861
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V
- cargo -V

build: false

test_script:
- cargo test --locked

0 comments on commit feae861

Please sign in to comment.