Split tests

This commit is contained in:
Ajeet D'Souza
2020-11-11 01:06:40 +05:30
parent 21018d5847
commit 58bcbef7aa
9 changed files with 381 additions and 248 deletions
+3 -1
View File
@@ -14,8 +14,10 @@ jobs:
- run: sudo dpkg -i packages-microsoft-prod.deb
- run: sudo apt update
- run: sudo add-apt-repository universe
- run: sudo apt install bash dash fish powershell shellcheck xonsh zsh
- run: sudo apt install bash dash fish powershell python3 python3-pip shellcheck xonsh zsh
- run: sudo snap install shfmt
- run: sudo pip3 install --upgrade pip setuptools
- run: sudo pip3 install --upgrade black mypy pylint
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with: