Skip to content

Commit

Permalink
Add tests in terminal with a script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Oct 4, 2024
1 parent 84cefc4 commit 14ea611
Show file tree
Hide file tree
Showing 2 changed files with 818 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Tests in terminal
run: bash test-tools/run-cmd-tests.sh

build_macos:
runs-on: macos-latest
Expand All @@ -31,6 +33,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Tests in terminal
run: bash test-tools/run-cmd-tests.sh

build_windows:
runs-on: windows-latest
Expand All @@ -41,3 +45,6 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Tests in terminal
shell: bash
run: ./test-tools/run-cmd-tests.sh
Loading

0 comments on commit 14ea611

Please sign in to comment.