Skip to content

Commit

Permalink
feat(zint): switch to full revm (#200)
Browse files Browse the repository at this point in the history
* ci(docs): enable all features

* chore(zint): rename EVM to Interp

* feat(zint): switch to full evm

* feat(zint): use full evm for deployment tests

* docs(pkgs): enable all features for docs in manifests

* docs(RELEASES): append releases note
  • Loading branch information
clearloop authored Dec 18, 2023
1 parent 7498e29 commit cb24cb1
Show file tree
Hide file tree
Showing 22 changed files with 322 additions and 2,079 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ be = "build --examples --target wasm32-unknown-unknown --release"
tt = "nextest run --release --all --no-fail-fast"
te = "nextest run --workspace --no-fail-fast --release --examples"
cc = "clippy --all -- -D warnings"
docs = "doc --workspace --document-private-items --all-features --open"
conta = "run --release -p conta"

[target.wasm32-unknown-unknown]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc \
--workspace \
--no-deps \
--document-private-items
--document-private-items \
--all-features
- name: Assemble docs
run: mv target/doc docs/book/rustdocs
Expand Down
Loading

0 comments on commit cb24cb1

Please sign in to comment.