Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: 1.79 fixes (replace macos-latest stable with macos-latest 1.78) #1202

Merged
merged 16 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: test ignore doctests for near-sdk
dj8yf0μl committed Jun 18, 2024

Unverified

This user has not yet uploaded their public signing key.
commit 11c3594ed03b87bd3f0b60d72f47e9741a8d6f42
3 changes: 3 additions & 0 deletions near-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ description = """
Rust library for writing NEAR smart contracts.
"""

[lib]
doctest = false

[[test]]
name = "compilation_tests"
path = "compilation_tests/all.rs"