Skip to content

new: enabled overriding for most of the command line options (#136) #399

new: enabled overriding for most of the command line options (#136)

new: enabled overriding for most of the command line options (#136) #399

Workflow file for this run

name: CI
on:
push:
branches: [master, release/*]
pull_request:
branches: [master, release/*]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose