Skip to content

Commit

Permalink
comment TS tests and bump ws-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Jun 27, 2022
1 parent 2f706e2 commit 2310093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
run: cd nft && cargo test -- --nocapture --color=always
- name: Run Rust integration tests
run: cd integration-tests/rs && cargo run --example integration-tests
- name: Run TypeScript integration tests
run: cd integration-tests/ts && yarn && yarn test
# TODO: uncomment when workspaces-js v2.1.0 is released
# - name: Run TypeScript integration tests
# run: cd integration-tests/ts && yarn && yarn test
2 changes: 1 addition & 1 deletion integration-tests/rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_json = { version = "1.0", features = ["arbitrary_precision"] }
tokio = { version = "1.18.1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
workspaces = "0.2.1"
workspaces = "0.3.1"
pkg-config = "0.3.1"

[[example]]
Expand Down

0 comments on commit 2310093

Please sign in to comment.