Skip to content

Allow filtering for email address #33

Allow filtering for email address

Allow filtering for email address #33

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install ncurses
run: sudo apt-get install libncurses5-dev libncursesw5-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose