Skip to content

Commit

Permalink
ci: update workflows to test doc with __abi-generate or abi features
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Dec 23, 2024
1 parent d547df6 commit 46ea790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
env:
RUSTDOCFLAGS: -D warnings
run: |
cargo doc -p near-sdk --features unstable,legacy,unit-testing,__macro-docs
cargo doc -p near-sdk-macros
cargo doc -p near-contract-standards --no-deps
cargo doc -p near-sdk --features unstable,legacy,unit-testing,__macro-docs,__abi-generate
cargo doc -p near-sdk-macros --features __abi-generate
cargo doc -p near-contract-standards --no-deps --features abi
cargo doc -p near-sys

0 comments on commit 46ea790

Please sign in to comment.