|
@@ -125,7 +125,6 @@ jobs:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/checkout@v4
|
|
- - uses: ilammy/setup-nasm@v1
|
|
|
|
- uses: dtolnay/rust-toolchain@stable
|
|
- uses: dtolnay/rust-toolchain@stable
|
|
- uses: Swatinem/rust-cache@v2
|
|
- uses: Swatinem/rust-cache@v2
|
|
with:
|
|
with:
|
|
@@ -133,7 +132,9 @@ jobs:
|
|
save-if: ${{ github.ref == 'refs/heads/main' }}
|
|
save-if: ${{ github.ref == 'refs/heads/main' }}
|
|
- name: Check semver
|
|
- name: Check semver
|
|
uses: obi1kenobi/cargo-semver-checks-action@v2
|
|
uses: obi1kenobi/cargo-semver-checks-action@v2
|
|
- - run: cargo semver-checks --workspace --exclude "dioxus-cli, dioxus-ext"
|
|
|
|
|
|
+ with:
|
|
|
|
+ manifest-path: ./Cargo.toml
|
|
|
|
+ exclude: "dioxus-cli, dioxus-ext"
|
|
|
|
|
|
playwright:
|
|
playwright:
|
|
if: github.event.pull_request.draft == false
|
|
if: github.event.pull_request.draft == false
|