Skip to content

Commit

Permalink
Remove benchmarking from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kauppie committed Mar 15, 2024
1 parent 5247aed commit a2abd9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Build
run: cargo build --verbose
- name: Run tests

- name: Test
run: cargo test --verbose
- name: Run benchmarks
run: cargo bench

0 comments on commit a2abd9a

Please sign in to comment.