Cleanup scripts in root directory

This commit is contained in:
Marek Siarkowicz
2022-01-26 12:11:10 +01:00
parent 986a2b51f4
commit 396efd9608
23 changed files with 58 additions and 63 deletions

View File

@@ -20,7 +20,7 @@ jobs:
echo "${TARGET}"
case "${TARGET}" in
linux-amd64-functional)
GO_BUILD_FLAGS='-v -mod=readonly' ./build.sh && GOARCH=amd64 PASSES='functional' ./test.sh
GO_BUILD_FLAGS='-v -mod=readonly' ./scripts/build.sh && GOARCH=amd64 PASSES='functional' ./scripts/test.sh
;;
*)
echo "Failed to find target"