Removed unit tests from test action

Because we otherwise have to set up:
1. brownie
2. brownie pm install...
3. ganache-cli (via `npm install ganache-cli`)

It's a bit heavy. Easier to run manually for now.
pull/8/head
Neeraj Kashyap 2021-12-18 09:01:55 -08:00
rodzic af7eee8744
commit 66870a1d6f
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -22,5 +22,3 @@ jobs:
run: pip install -e .[dev]
- name: Black syntax check
run: black --check dao/
- name: Run unit tests
run: sh test.sh