Skip to content

Update .gitignore to exclude dv/ and solr/ directories #5

Update .gitignore to exclude dv/ and solr/ directories

Update .gitignore to exclude dv/ and solr/ directories #5

Workflow file for this run

name: Build
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
name: Build Test
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4'
- name: Build
run: cargo build --verbose