|
@@ -3,22 +3,6 @@ name: test library
|
|
|
on: pull_request
|
|
|
|
|
|
jobs:
|
|
|
- clippy_check:
|
|
|
- runs-on: ubuntu-latest
|
|
|
- env:
|
|
|
- TAURI_DIST_DIR: tauri/test/fixture/dist
|
|
|
- TAURI_DIR: ../test/fixture/src-tauri
|
|
|
- steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
- - name: install webkit2gtk
|
|
|
- run: |
|
|
|
- sudo apt-get update
|
|
|
- sudo apt-get install -y webkit2gtk-4.0
|
|
|
- - run: rustup component add clippy
|
|
|
- - uses: actions-rs/clippy-check@v1
|
|
|
- with:
|
|
|
- token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
-
|
|
|
build-tauri-core:
|
|
|
runs-on: ${{ matrix.platform }}
|
|
|
|