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 d8fc25b commit 4e22901Copy full SHA for 4e22901
appveyor.yml
@@ -20,5 +20,5 @@ install:
20
build: false
21
22
test_script:
23
- - bash -c 'cargo build -vv'
24
- - bash -c 'cargo test -vv'
+ - sh -c 'cargo build -vv'
+ - sh -c 'cargo test -vv'
0 commit comments