Skip to content

test: Update user insert and database match #1

test: Update user insert and database match

test: Update user insert and database match #1

Workflow file for this run

name: Navarro Blog API Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
# - name: Run tests
# run: cargo test -- --test-threads=1