Skip to content

simplify the SQL, add option to model to handle nullable location #9

simplify the SQL, add option to model to handle nullable location

simplify the SQL, add option to model to handle nullable location #9

Workflow file for this run

name: Check_rust
on:
push:
branches: [ "main" ]
paths:
- '**.rs'
pull_request:
branches: [ "main" ]
paths:
- '**.rs'
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5
- uses: actions/checkout@v4
- name: Check code
run: cargo check
# - name: Run tests
# run: cargo test
- name: Run sccache stat for check
shell: bash
run: ${SCCACHE_PATH} --show-stats