mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
get more space on the test runner
This commit is contained in:
parent
fc5bf89086
commit
4a39f71143
2 changed files with 6 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue