cleanup, add ci

This commit is contained in:
geoffsee
2025-08-31 10:31:07 -04:00
parent 419e1c2ea7
commit f5d2a85f2e
42 changed files with 1740 additions and 705 deletions

View File

@@ -287,7 +287,7 @@ cargo test --workspace
**End-to-end test script:**
```bash
./test.sh
./smoke_test.sh
```
This script:
@@ -478,7 +478,7 @@ cd crates/leptos-app && ./run.sh &
**Integration test:**
```bash
./test.sh
./smoke_test.sh
```
**Cleanup:**