|
@@ -32,7 +32,6 @@ jobs:
|
|
name: Check
|
|
name: Check
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v3
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
- uses: actions-rs/toolchain@v1
|
|
with:
|
|
with:
|
|
profile: minimal
|
|
profile: minimal
|
|
@@ -41,6 +40,7 @@ jobs:
|
|
- uses: Swatinem/rust-cache@v2
|
|
- uses: Swatinem/rust-cache@v2
|
|
- run: sudo apt-get update
|
|
- run: sudo apt-get update
|
|
- run: sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev
|
|
- run: sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev
|
|
|
|
+ - uses: actions/checkout@v3
|
|
- uses: actions-rs/cargo@v1
|
|
- uses: actions-rs/cargo@v1
|
|
with:
|
|
with:
|
|
command: check
|
|
command: check
|
|
@@ -51,7 +51,6 @@ jobs:
|
|
name: Test Suite
|
|
name: Test Suite
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v3
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
- uses: actions-rs/toolchain@v1
|
|
with:
|
|
with:
|
|
profile: minimal
|
|
profile: minimal
|
|
@@ -63,6 +62,7 @@ jobs:
|
|
- uses: davidB/rust-cargo-make@v1
|
|
- uses: davidB/rust-cargo-make@v1
|
|
- uses: browser-actions/setup-firefox@latest
|
|
- uses: browser-actions/setup-firefox@latest
|
|
- uses: jetli/wasm-pack-action@v0.4.0
|
|
- uses: jetli/wasm-pack-action@v0.4.0
|
|
|
|
+ - uses: actions/checkout@v3
|
|
- uses: actions-rs/cargo@v1
|
|
- uses: actions-rs/cargo@v1
|
|
with:
|
|
with:
|
|
command: make
|
|
command: make
|
|
@@ -73,7 +73,6 @@ jobs:
|
|
name: Rustfmt
|
|
name: Rustfmt
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v3
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
- uses: actions-rs/toolchain@v1
|
|
with:
|
|
with:
|
|
profile: minimal
|
|
profile: minimal
|
|
@@ -81,6 +80,7 @@ jobs:
|
|
override: true
|
|
override: true
|
|
- uses: Swatinem/rust-cache@v2
|
|
- uses: Swatinem/rust-cache@v2
|
|
- run: rustup component add rustfmt
|
|
- run: rustup component add rustfmt
|
|
|
|
+ - uses: actions/checkout@v3
|
|
- uses: actions-rs/cargo@v1
|
|
- uses: actions-rs/cargo@v1
|
|
with:
|
|
with:
|
|
command: fmt
|
|
command: fmt
|
|
@@ -91,7 +91,6 @@ jobs:
|
|
name: Clippy
|
|
name: Clippy
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v3
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
- uses: actions-rs/toolchain@v1
|
|
with:
|
|
with:
|
|
profile: minimal
|
|
profile: minimal
|
|
@@ -101,6 +100,7 @@ jobs:
|
|
- run: sudo apt-get update
|
|
- run: sudo apt-get update
|
|
- run: sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev
|
|
- run: sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev
|
|
- run: rustup component add clippy
|
|
- run: rustup component add clippy
|
|
|
|
+ - uses: actions/checkout@v3
|
|
- uses: actions-rs/cargo@v1
|
|
- uses: actions-rs/cargo@v1
|
|
with:
|
|
with:
|
|
command: clippy
|
|
command: clippy
|