Fix benchmark script

This commit is contained in:
dalance 2019-11-11 15:06:48 +09:00
parent 093be7b7b8
commit 5a1f90f295

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable]
rust: [nightly]
runs-on: ${{ matrix.os }}