mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 23:59:43 -04:00
0b6cddca13
* test * Fixed CI * Fixed tests * Fixed formatting * Fixed test error by removing chrono default features * Rename smoketests CI thing * Hopefully fix the testing issue * Fix typos * Fixed install git-hooks * Fixed formatting * Fixed compile error * fixed testing issues
10 lines
174 B
Bash
Executable File
10 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rustup component add rustfmt
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
rm -rf ../.git/hooks
|
|
# Soft link the .git/hooks directory onto hooks/
|
|
ln -s ../git-hooks/hooks ../.git/hooks
|