Skip to content

Commit

Permalink
Add --features perf-stats to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfyz committed Sep 12, 2023
1 parent 5787ded commit d08be8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
features: ["", "perf-stats"]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --release
run: cargo test --release --features=${{ matrix.features }}

0 comments on commit d08be8a

Please sign in to comment.