Skip to content

Commit

Permalink
e add run_tests.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: Tony Trung Thanh Vo <[email protected]>
  • Loading branch information
isidore and tonytvo committed Dec 13, 2021
1 parent eab0d98 commit 74870f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: test
run: |
sh -c "$(cat run_tests.bat)"
./run_tests.sh
3 changes: 3 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

sh -c "$(cat run_tests.bat)"

0 comments on commit 74870f4

Please sign in to comment.