From 36212fc773bccdde42d040c75392bf0a933b594b Mon Sep 17 00:00:00 2001 From: Pagran <67878280+pagran@users.noreply.github.com> Date: Tue, 15 Sep 2020 18:40:04 +0300 Subject: [PATCH] move log --- .github/workflows/bench.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index ff219f1..3a8c1e0 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -17,11 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Build garble - run: | - go build -o garble - export PATH=$PATH:$PWD - echo $PATH - ls + run: go build -o garble - name: Checkout staticcheck uses: actions/checkout@v2 with: @@ -30,6 +26,9 @@ jobs: path: 'go-tools' - name: Benchmark run: | + export PATH=$PATH:$PWD + garble help + ls go version go run scripts/benchmark/benchmark.go $GITHUB_SHA scripts/benchmark/BENCHMARK.template.md BENCHMARK.md - name: Commit files