Merge pull request #84 from sokorototo/main #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rust Unit Tests | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
cli-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Grant executive permissions to script | |
run: chmod +x ./vach-cli/test_data/test.sh\ | |
- name: Run CLI tests | |
run: cd ./vach-cli/test_data/ && ./test.sh |