Explorar o código

Merge pull request #1801 from DioxusLabs/jk/fix-miri-test-setup

bump the ci
Jonathan Kelley hai 1 ano
pai
achega
aea019670a
Modificáronse 2 ficheiros con 7 adicións e 6 borrados
  1. 7 0
      .github/workflows/main.yml
  2. 0 6
      packages/web/BUGS.md

+ 7 - 0
.github/workflows/main.yml

@@ -27,6 +27,7 @@ on:
       - lib.rs
       - Cargo.toml
 
+# workflow_dispatch:
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
   cancel-in-progress: true
@@ -74,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:

+ 0 - 6
packages/web/BUGS.md

@@ -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