Skip to content

Update to Kas master (roughly 0.14.0) #13

Update to Kas master (roughly 0.14.0)

Update to Kas master (roughly 0.14.0) #13

Workflow file for this run

name: Test examples
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test:
name: Test examples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
- name: Install dependencies
run: sudo apt-get install -y libxkbcommon-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Test
run: |
cargo fmt -- --check
cargo test --all-features