Skip to content

Commit

Permalink
Include examples in local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Jan 3, 2024
1 parent 5e653cb commit 330cb99
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ echo ""
echo "Execute interation tests - Applying fixes"
echo ""
./test/apply_fixes/execute_tests.py

echo ""
echo "Execute interation tests - Examples with bzlmod"
echo ""
cd examples
./test.py

echo ""
echo "Execute interation tests - Examples with WORKSPACE setup"
echo ""
./test.py --legacy-workspace

0 comments on commit 330cb99

Please sign in to comment.