From 88feef0f2ad6ccea65de8e7971d87d960074a98e Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Thu, 27 Jul 2023 12:53:48 -0700 Subject: [PATCH] Benchmark all tests (#204) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 788265f7..fde364f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,7 +191,7 @@ jobs: ${prefix}agbenchmark start --mock --suite TestRevenueRetrieval else bash -c "$(curl -fsSL https://raw.githubusercontent.com/merwanehamadi/helicone/b7ab4bc53e51d8ab29fff19ce5986ab7720970c6/mitmproxy.sh)" -s start - ${prefix}agbenchmark start --test=TestWriteFile || echo "This command will always return a non zero exit code unless all the challenges are solved." + ${prefix}agbenchmark start || echo "This command will always return a non zero exit code unless all the challenges are solved." fi cd ../..