Skip to content

build(deps): bump jsonschema from 0.44.1 to 0.45.0 #6613

build(deps): bump jsonschema from 0.44.1 to 0.45.0

build(deps): bump jsonschema from 0.44.1 to 0.45.0 #6613

Workflow file for this run

name: Linux - to feature
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
concurrency:
group: ci-linux-to-tests-${{ github.ref }}-1
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build:
# Skip CI for MCP-only commits (commit message contains "(mcp):")
if: |
github.event_name != 'push' ||
!contains(github.event.head_commit.message, '(mcp):')
runs-on: ubuntu-latest
steps:
- name: apt-get update Ubuntu, libwayland-dev
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- uses: actions/checkout@v6
- name: Installing Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Setup Rust-cache
uses: Swatinem/rust-cache@v2
with:
key: qsvto-cache
- name: Run tests
# env:
# RUSTFLAGS: -C target-cpu=native
run: cargo test --verbose --locked --features=to,feature_capable