Skip to content

Commit

Permalink
Add test-all.sh script for running all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Mar 25, 2024
1 parent 7d3bb15 commit b07e113
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/test-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

set -x
set -e
./scripts/test-pyctrl.sh
./scripts/test-jsctrl.sh
pytest

0 comments on commit b07e113

Please sign in to comment.