Skip to content

Commit 827cee9

Browse files
committed
Run unit tests direct to avoid compiling again
1 parent d72f407 commit 827cee9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
- name: Cleanup cargo deps
7575
run: rm -rf build/lib/target/debug/deps
7676

77-
- name: Display RAM and swap
78-
run: free -h
79-
80-
- name: E2E tests
81-
run: ./make.sh test
77+
- name: Unit tests
78+
run: ./build/src/test/test_defi
79+
80+
- name: Functional tests
81+
run: ./make.sh test-py
8282

8383
rust-tests:
8484
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)