Skip to content

feat: add keep_repos config option; save cloned repos after installing #35

feat: add keep_repos config option; save cloned repos after installing

feat: add keep_repos config option; save cloned repos after installing #35

Workflow file for this run

name: Build & Test
on:
push:
branches: [ "mega", "nightly" ]
pull_request:
branches: [ "mega", "nightly" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build -vv
- name: Run tests
run: cargo test -p saku-lib -p saku-cli --verbose