Skip to content

Further lint fixing that was missed in the previous commit #7

Further lint fixing that was missed in the previous commit

Further lint fixing that was missed in the previous commit #7

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: Install Package
uses: ConorMacBride/install-package@v1.1.0
with:
apt: libxkbcommon-dev libclang-dev clang libegl-dev libpam-dev
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose