Skip to content

feat: Reading config from model files #7

feat: Reading config from model files

feat: Reading config from model files #7

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
- name: Run tests
run: cargo test