Skip to content

xmac/update deps and cargo clippy and fix CI #20

xmac/update deps and cargo clippy and fix CI

xmac/update deps and cargo clippy and fix CI #20

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deps
run: sudo apt-get install -y libxkbcommon-x11-dev
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose