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 4b55901 commit dfceebbCopy full SHA for dfceebb
.github/workflows/ci.yml
@@ -41,14 +41,10 @@ jobs:
41
profile: minimal
42
toolchain: stable
43
override: true
44
- - name: Setup wasm-bindgen
45
- run: |
46
- rustup target add wasm32-unknown-unknown &&
47
- sudo apt update && sudo apt install -y firefox-geckodriver &&
48
- cargo install wasm-bindgen-cli
+ target: wasm32-unknown-unknown
49
- name: Execute cargo test
50
run: |
51
- xvfb-run cargo test --manifest-path=./graphql_client/Cargo.toml --features="web" --target wasm32-unknown-unknown
+ cargo test --manifest-path=./graphql_client/Cargo.toml --features="reqwest" --target wasm32-unknown-unknown
52
lint:
53
name: Rustfmt and Clippy
54
runs-on: ubuntu-latest
0 commit comments