Skip to content

Commit

Permalink
Merge branch 'master' into gamma-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder83singh committed Dec 9, 2024
2 parents c54e83d + 233552b commit 8112be1
Show file tree
Hide file tree
Showing 121 changed files with 10,731 additions and 1,683 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ jobs:

- name: Run cargo doc
run: cargo doc --release --no-deps --workspace
- name: Run kip-10 example
run: cargo run --example kip-10


# test-release:
# name: Test Suite Release
Expand Down Expand Up @@ -210,7 +213,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Run cargo clippy
run: cargo clippy --workspace --tests --benches -- -D warnings
run: cargo clippy --workspace --tests --benches --examples -- -D warnings


check-wasm32:
Expand Down
Loading

0 comments on commit 8112be1

Please sign in to comment.