Skip to content

Commit

Permalink
Run unit tests direct to avoid compiling again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jan 17, 2024
1 parent d72f407 commit 827cee9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 827cee9

Please sign in to comment.