Skip to content

Fix typo in database_api.md (#16) #7

Fix typo in database_api.md (#16)

Fix typo in database_api.md (#16) #7

Workflow file for this run

name: test
# This workflow run tests and build for each push
on:
push:
branches:
- master
jobs:
test-db:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose