Skip to content

build(deps): bump duckdb from 0.9.2 to 0.10.0 #45

build(deps): bump duckdb from 0.9.2 to 0.10.0

build(deps): bump duckdb from 0.9.2 to 0.10.0 #45

Workflow file for this run

---
name: Test
on:
push:
branches: [main, ci]
pull_request:
branches: [main]
jobs:
test-job:
runs-on: ubuntu-latest
steps:
# checkout and env setup
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build the nix shell
run: nix develop --command just --version
- uses: Swatinem/rust-cache@v2
# setup databases
- name: Start databases
run: nix develop --command just dbs/start
# run tests
- name: Run tests
run: nix develop --command just test