Files
Tyler Cloutier 0b6cddca13 test (#1)
* 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
2023-08-01 23:17:02 +02:00

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