Fix benchmark

This commit is contained in:
dalance 2019-11-11 15:19:19 +09:00
parent e4cc320184
commit 62cdd6c277

View File

@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Run benchmark
run: cargo +nightly test | tee output.txt
run: cargo +nightly bench | tee output.txt
- name: Fetch gh-pages for avoiding conflict
run: git fetch 'https://dalance:${{ secrets.GITHUB_TOKEN }}@github.com/dalance/sv-parser.git' gh-pages:gh-pages
- name: Store benchmark result