1 2 3 4 5 6 7 8
# Run all tests # Usage: just test # Example: just test test: @echo "🧪 Running all tests for opencode-rs-sdk..." cargo test --all-targets @echo "✅ All tests passed!"