Skip to content

Commit

Permalink
chore: Dependabot updates (#1664)
Browse files Browse the repository at this point in the history
* Update integration test deps.

* Update example contracts deps.

* Upgrade Rust integration tests to use polymesh-api-tester.

* Try using nextest to run tests.

* Update polymesh-api. (#1665)

---------

Co-authored-by: Adam Dossa <adam.dossa@gmail.com>
  • Loading branch information
Neopallium and adamdossa committed May 8, 2024
1 parent 4439e85 commit ad9c8a1
Show file tree
Hide file tree
Showing 21 changed files with 8,850 additions and 4,855 deletions.
11 changes: 3 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,17 +267,12 @@ jobs:
--pool-limit 100000
background: true
- run:
name: Build nonce server and tests.
command: cargo build --bins --tests
name: Reset accounts db
command: ./reset_db.sh
working_directory: ./integration
- run:
name: Run background nonce server.
command: cargo run --locked
working_directory: ./integration
background: true
- run:
name: Run polymesh-api integration tests.
command: cargo test --locked
command: cargo nextest run --locked
working_directory: ./integration
no_output_timeout: 30m
- save-sccache-cache
Expand Down

0 comments on commit ad9c8a1

Please sign in to comment.