Neon-readme-15.sh
· 125 B · Bash
Brut
git clone --recursive https://github.com/neondatabase/neon.git
CARGO_BUILD_FLAGS="--features=testing" make
./scripts/pytest
1 | git clone --recursive https://github.com/neondatabase/neon.git |
2 | |
3 | CARGO_BUILD_FLAGS="--features=testing" make |
4 | |
5 | ./scripts/pytest |