Skip to content

Ensure that windows-bindgen properly processes certain methods and functions that have an unsupported trailing array parameter. #1627

Ensure that windows-bindgen properly processes certain methods and functions that have an unsupported trailing array parameter.

Ensure that windows-bindgen properly processes certain methods and functions that have an unsupported trailing array parameter. #1627

Workflow file for this run

name: linux
on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- 'web/**'
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- 'web/**'
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Run cargo test
run: cargo test -p test_linux --target x86_64-unknown-linux-gnu