get more space on the test runner

This commit is contained in:
Jonathan Kelley 2024-01-08 18:26:56 -08:00
parent fc5bf89086
commit 4a39f71143
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE
2 changed files with 6 additions and 6 deletions

View file

@ -75,6 +75,12 @@ jobs:
- uses: davidB/rust-cargo-make@v1
- uses: browser-actions/setup-firefox@latest
- uses: jetli/wasm-pack-action@v0.4.0
- run: sudo rm -rf /usr/share/dotnet
- run: sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- run: |
df -h
sudo rm -rf ${GITHUB_WORKSPACE}/.git
df -h
- run: cargo make tests
fmt:

View file

@ -1,6 +0,0 @@
# Known quirks for browsers and their workarounds
- text merging (solved through comment nodes)
- cursor jumping to end on inputs (not yet solved, solved in React already)
- SVG attributes cannot be set (solved using the correct method)
- volatile components