🪓 Code separation for utils (🧹clean code)

Co-authored-by: Fenny <fenny@gofiber.io>
Co-authored-by: Kiyon <kiyon@gofiber.io>
pull/771/head
ReneWerner87 2020-09-14 10:40:43 +02:00
parent a828c5d0e8
commit 12d17daa06
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run Benchmark
run: go test ./... -benchmem -run=^$ -bench . | tee output.txt
run: set -o pipefail; go test ./... -benchmem -run=^$ -bench . | tee output.txt
- name: Get Previous Benchmark Results
uses: actions/cache@v1
with:
@ -25,4 +25,4 @@ jobs:
github-token: ${{ secrets.BENCHMARK_TOKEN }}
fail-on-alert: true
comment-on-alert: true
auto-push: true
auto-push: true