diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 722bd64..d128f85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,5 +40,5 @@ jobs: - name: Run WebAssembly Tests with wasm-bindgen-test run: | - cd client + cd reqwest-client wasm-pack test --headless --firefox \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 5cd82a5..c493a45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "1" members = [ "progenitor", "openapi-gen/rust",