Skip to content

Merge pull request #2306 from jqnatividad/dependabot/cargo/url-2.5.4 #4047

Merge pull request #2306 from jqnatividad/dependabot/cargo/url-2.5.4

Merge pull request #2306 from jqnatividad/dependabot/cargo/url-2.5.4 #4047

Workflow file for this run

name: qsvdp - Datapusher+ optimized qsv
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
concurrency:
group: ci-qsvdp-tests-${{ github.ref }}-1
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: apt-get update Ubuntu, libwayland-dev
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- name: Update Rust
run: rustup update
- name: Setup Rust-cache
uses: Swatinem/rust-cache@v2
with:
key: qsvdp-cache
- name: Run tests
env:
RUSTFLAGS: -C target-feature=+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+avx2,+fma,+bmi1,+bmi2,+lzcnt,+pclmulqdq
run: cargo test --verbose --locked --features=datapusher_plus,luau,polars