investments 4.2.0

Helps you with managing your investments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
#
# Run all checks and tests
#

set -eu

echo "Running clippy checks..."
./check

echo -e "\nRunning tests..."
cargo test

echo -e "\nRunning regression tests..."
./tests/run