/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
crates/tauri-cli/templates/plugin/.github/workflows/test.yml
35 строк
746 B
Tony
fix(ci): bump all setup-node action versions (#15720)
15 июл 2026, 17:07
Не верифицирован
15 июл 2026, 17:07
c0f3365
Код
Авторство
О чём код?
{{{{raw}}}} name: Test on: push: branches: - main pull_request: branches: - main concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: test: strategy: fail-fast: false matrix: platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable - name: install webkit2gtk if: matrix.platform == 'ubuntu-latest' run: | sudo apt-get update sudo apt-get install -y webkit2gtk-4.1 - uses: Swatinem/rust-cache@v2 - run: cargo test --all-targets --all-features -- -D warnings {{{{/raw}}}}