.github/workflows/functional.yaml: Adjust to use new script

This commit is contained in:
Lili Cosic
2021-05-20 12:10:00 +02:00
parent b23ab1f759
commit 0ee2aba910

View File

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