Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

README: mention future cache features #11

README: mention future cache features

README: mention future cache features #11

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: DATABASE_URL="sqlite::memory:" cargo build --verbose