Skip to content

Commit

Permalink
Merge pull request #418 from near/austin/fix_doc_test
Browse files Browse the repository at this point in the history
fix: lazy doc test and add unstable feature tests to CI
  • Loading branch information
mikedotexe authored Jun 16, 2021
2 parents f67871a + cc51736 commit 8524281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: Test
run: cargo test --all
run: cargo test --all --features unstable
2 changes: 1 addition & 1 deletion near-sdk/src/store/lazy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ where
///
/// # Examples
/// ```
/// use near_sdk::collections::Lazy;
/// use near_sdk::store::Lazy;
///
///# near_sdk::test_utils::test_env::setup();
/// let mut a = Lazy::new(b"a", "test string".to_string());
Expand Down

0 comments on commit 8524281

Please sign in to comment.