Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

npm(deps): bump @tauri-apps/api from 2.6.0 to 2.7.0 in the tauri-js-bindings group #95

npm(deps): bump @tauri-apps/api from 2.6.0 to 2.7.0 in the tauri-js-bindings group

npm(deps): bump @tauri-apps/api from 2.6.0 to 2.7.0 in the tauri-js-bindings group #95

Workflow file for this run

name: Test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
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@v4
- 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
- name: Run tests
env:
RUSTFLAGS: "-D warnings"
run: cargo test --all-targets --all-features
Morty Proxy This is a proxified and sanitized view of the page, visit original site.