Skip to content

Commit

Permalink
chore: clean up and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed May 10, 2022
1 parent e561cbc commit 6e97040
Show file tree
Hide file tree
Showing 23 changed files with 16 additions and 1,634 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: build
run: cargo build --all --release --target wasm32-unknown-unknown
run: cargo build --all --release --target wasm32-unknown-unknown --exclude contract-utils --exclude bootme
- name: tests
run: cargo test
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ publish = false

[workspace]
members = [
"contracts/*"
# "util"
"contracts/*",
"./util"
]
exclude = ["util", "bootme"]
# exclude = ["util", "bootme"]

[profile.release]
codegen-units = 1
Expand All @@ -21,9 +21,13 @@ overflow-checks = true

[dev-dependencies]
anyhow = "1.0"
lazy-static-include = "3.1.2"
near-sdk = "4.0.0-pre.8"
near-units = "0.2.0"
proc-macro2 = { version = "1.0.36", features = ["span-locations"] }
serde_json = "1.0"
tokio = { version = "1.14", features = ["full"] }
workspaces = "0.2.1"
near-sdk = "4.0.0-pre.8"
lazy-static-include = "3.1.2"

[package.metadata.hackerman.stash.dev-dependencies]
proc-macro2 = false
80 changes: 0 additions & 80 deletions contracts/registry/dist/helper.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions contracts/registry/dist/helper.js

This file was deleted.

93 changes: 0 additions & 93 deletions contracts/registry/dist/index.d.ts

This file was deleted.

94 changes: 0 additions & 94 deletions contracts/registry/dist/index.js

This file was deleted.

Loading

0 comments on commit 6e97040

Please sign in to comment.