Skip to content

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

Added documentation and made clippy a lot more annoying.

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

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 -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-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