From 46ea79014e8d91a9a8e280207ab57b5c634efb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Tue, 24 Dec 2024 00:04:03 +0200 Subject: [PATCH] ci: update workflows to test doc with __abi-generate or abi features --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06bda06c8..ca9fb1686 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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