From 6b7841fefc7cbecab405c6e62d13eb306ef09675 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Thu, 3 Jun 2021 10:29:21 +0200 Subject: [PATCH] Make sure that the benchmarks always compile --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff8342620..a6b0db650 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,11 @@ jobs: with: command: test + - uses: actions-rs/cargo@v1 + with: + command: bench + args: --no-run -p benchmarks + # - uses: actions-rs/cargo@v1 # with: # command: bench