Skip to content

Commit

Permalink
chore: fix submodule path
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Nov 16, 2023
1 parent b657b13 commit 3d45acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
run: |
export POCKET_IC_BIN="$(pwd)/bin/pocket-ic"
export TEST_CANISTER_WASM_PATH="$(pwd)/bin/test_canister.wasm"
cd tests/ic-websocket-cdk
cd tests/ic-websocket-cdk-rs
cargo test --package ic-websocket-cdk --lib -- tests::integration_tests --test-threads 1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Clone the repo with submodules:
git clone --recurse-submodules https://github.com/omnia-network/ic-websocket-cdk-mo.git
```

Integration tests are imported from the [IC WebSocket Rust CDK](https://github.com/omnia-network/ic-websocket-cdk-rs.git) in the [tests/ic-websocket-cdk](./tests/ic-websocket-cdk-rs/) submodule.
Integration tests are imported from the [IC WebSocket Rust CDK](https://github.com/omnia-network/ic-websocket-cdk-rs.git), linked to this repo from the `ic-websocket-cdk-rs` submodule in the [tests](./tests/) folder.

There's a script that runs the integration tests, taking care of installing dependencies and setting up the local environment. To run the script, execute the following command:

Expand Down

0 comments on commit 3d45acc

Please sign in to comment.