diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a45fc9880de..010fd5a5d0f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -74,11 +74,11 @@ jobs: - name: Cleanup cargo deps run: rm -rf build/lib/target/debug/deps - - name: Display RAM and swap - run: free -h - - - name: E2E tests - run: ./make.sh test + - name: Unit tests + run: ./build/src/test/test_defi + + - name: Functional tests + run: ./make.sh test-py rust-tests: runs-on: ubuntu-latest