Skip to content

Commit

Permalink
chore(ci): compile benchmarks on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 8, 2024
1 parent 58002f5 commit 07c907a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,21 @@ jobs:
files: lcov.info
fail_ci_if_error: true

compile-benchmarks:
# Temporarily replaces "benchmark" job. TODO: Remove this job once the "benchmark" job is fixed.
runs-on: ubuntu-latest
needs: [ test ]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: x86_64-unknown-linux-gnu
override: true
- name: Compile benchmarks
run: cargo bench --no-run --no-default-features

benchmark:

# TODO: This job is failing with error:
Expand Down

0 comments on commit 07c907a

Please sign in to comment.