Skip to content

Commit 77fb9cd

Browse files
Merge pull request #215 from rustwasm/fix-appveyor-badge
fix(badge): fix appveyor
2 parents 0313328 + c3686a5 commit 77fb9cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
build: false
99

1010
test_script:
11-
- cargo test --locked
11+
- cargo test --locked -- --test-threads 1
1212

1313
before_deploy:
1414
- ps: |

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
> Your favorite rust -> wasm workflow tool!
33
44
[![Build Status](https://travis-ci.org/rustwasm/wasm-pack.svg?branch=master)](https://travis-ci.org/rustwasm/wasm-pack)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/7jjuo5wewu9lyyfi?svg=true)](https://ci.appveyor.com/project/rustwasm/wasm-pack)
5+
[![Build status](https://ci.appveyor.com/api/projects/status/iv1qtnqtv168ef8h?svg=true)](https://ci.appveyor.com/project/ashleygwilliams/wasm-pack-071k0)
6+
67

78
This tool seeks to be a one-stop shop for building and working with rust-
89
generated WebAssembly that you would like to interop with JavaScript, in the

0 commit comments

Comments
 (0)