Skip to content

Commit 1f4f716

Browse files
authored
refactor general structure (#6)
* fix dep * fix clippy and dep * add aptos stub * fix compilation * cleanup * add more traits * add more stub * disable ci for now * update struct
1 parent 7d12429 commit 1f4f716

File tree

21 files changed

+7221
-7067
lines changed

21 files changed

+7221
-7067
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
# aptos-core requirements to access tokio’s experimental APIs.
3+
rustflags = ["--cfg", "tokio_unstable"]

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Integration Test
22

33
on:
4-
pull_request:
5-
branches: [master, main]
4+
# pull_request:
5+
# branches: [master, main]
66

77
jobs:
88
test:

0 commit comments

Comments
 (0)