-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial Rust integration support. * Add Rust integration test to CI pipeline. * Fix polymesh-api link * Improve sccache support. * Fix circleci config. * Start adding helpers. * Refactor helper code. * cargo fmt * Add example test that processes events. * Bump up the resource for rust integration tests. * Improve test execution.
- Loading branch information
1 parent
99dc6cc
commit fb7e530
Showing
9 changed files
with
4,797 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,6 +159,7 @@ members = [ | |
] | ||
exclude = [ | ||
"contracts", | ||
"integration" | ||
] | ||
|
||
[dependencies] | ||
|
Oops, something went wrong.