Skip to content

Add TUI concept to the sysinspect #281

Add TUI concept to the sysinspect

Add TUI concept to the sysinspect #281

name: It's alive!
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Rust Env
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Install nextest
uses: taiki-e/install-action@nextest
- name: Build
run: make devel
- name: Run tests
run: make test