Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 4, 2021
1 parent c195746 commit 9f725e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
displayName: "Verify that web-sys is compiled correctly"
steps:
- template: ci/azure-install-rust.yml
- script: cd crates/web-sys && cargo run --release --package wasm-bindgen-webidl webidls src/features
- script: cd crates/web-sys && cargo run --release --package wasm-bindgen-webidl -- webidls src/features
- script: git diff --exit-code

- job: test_js_sys
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
displayName: "add target"
- script: cargo build --manifest-path benchmarks/Cargo.toml --release --target wasm32-unknown-unknown
displayName: "build benchmarks"
- script: cargo run -p wasm-bindgen-cli target/wasm32-unknown-unknown/release/wasm_bindgen_benchmark.wasm --out-dir benchmarks/pkg --target web
- script: cargo run -p wasm-bindgen-cli -- target/wasm32-unknown-unknown/release/wasm_bindgen_benchmark.wasm --out-dir benchmarks/pkg --target web
displayName: "run wasm-bindgen"
- task: PublishPipelineArtifact@0
inputs:
Expand Down

0 comments on commit 9f725e7

Please sign in to comment.