Skip to content

Added documentation and made clippy a lot more annoying. #137

Added documentation and made clippy a lot more annoying.

Added documentation and made clippy a lot more annoying. #137

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install egui dependencies
run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
- name: Build
run: cargo build --release --verbose --all-features
- name: Run tests
run: cargo test --release --verbose --all-features -- --nocapture