| commit | 022d0278ebdbc049f77fbda6b97a3d835fdd3ad3 | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Wed Nov 22 09:09:57 2023 -0800 |
| committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Mon Dec 04 06:57:25 2023 -0800 |
| tree | 58ce3639dd92e36296ea06ddfdaf2584bbab5fc7 | |
| parent | 697c08badc95d1b29a39080df5e04efcb3e2b8ff [diff] |
Github Actions: Remove --disable-tests With --disable-tests, for example for Go the `make check` under `lib/go` would only run unit tests under `lib/go/thrift` but not the unit tests under `lib/go/test`. Also some changes in lib/go/test/fuzz/Makefile.am so it works in both go 1.20 and 1.21 (The current state breaks in 1.21 but because of `--disable-tests` we never noticed that).