Skip to content

Commit

Permalink
only run dioxu-std on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 15, 2023
1 parent 5e51bbd commit 3351ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- run: rustup target add wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- run: cargo build --verbose --target wasm32-unknown-unknown --no-default-features --features wasm-testing
- run: cargo build --package dioxus-std --verbose --target wasm32-unknown-unknown --no-default-features --features wasm-testing
# need to run tests here

desktop:
Expand All @@ -29,5 +29,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: cargo build --verbose --no-default-features --features desktop-testing
- run: cargo test --verbose --no-default-features --features desktop-testing
- run: cargo build --package dioxus-std --verbose --no-default-features --features desktop-testing
- run: cargo test --package dioxus-std --verbose --no-default-features --features desktop-testing

0 comments on commit 3351ac9

Please sign in to comment.