Skip to content

Split index into scanner (populates DB) and index (reads from DB) #409

Split index into scanner (populates DB) and index (reads from DB)

Split index into scanner (populates DB) and index (reads from DB) #409

Workflow file for this run

name: Build
on:
pull_request:
push:
jobs:
test:
name: Run Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
features: ["", --features ui]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
- uses: actions-rs/cargo@v1
with:
command: test
args: --release ${{ matrix.features }}