We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b906a5 commit e1b197bCopy full SHA for e1b197b
appveyor.yml
@@ -109,9 +109,10 @@ install:
109
#- ps: .\appveyor_rust_install.ps1 -channel stable -target x86_64-pc-windows-msvc
110
111
## Build Script ##
112
+build: false # fixes "specify a project or solution file" error
113
114
# Uses 'cargo test' to run tests. Alternatively, the project may call compiled programs directly or
115
# perform other testing commands. Rust will automatically be placed in the PATH environment
116
# variable.
117
test_script:
-- cmd: cargo test --verbose
118
+- cmd: cargo test --verbose
0 commit comments