Skip to content

feat: Reading config from model files #13

feat: Reading config from model files

feat: Reading config from model files #13

Workflow file for this run

name: "Cargo Tests"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
local_cache/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run tests
run: cargo test