Skip to content

chore(sqlx): Refactor to use async Sqlx #33

chore(sqlx): Refactor to use async Sqlx

chore(sqlx): Refactor to use async Sqlx #33

Workflow file for this run

name: Build & Test
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Test
working-directory: ./tests
run: |
./run