Feat(cli): Finished all functionalities

- passed all tests
This commit is contained in:
2023-09-02 02:31:11 -04:00
parent d401122b30
commit 3402ac506f
8 changed files with 336 additions and 33 deletions

View File

@@ -2,21 +2,22 @@ name: Rust
on:
push:
branches: [ "master" ]
branches: ["master"]
pull_request:
branches: [ "master" ]
branches: ["master"]
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
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run pre tests
run: ./mk-outs.sh
- name: Run tests
run: cargo test --verbose