Skip to content

Commit

Permalink
Update CI: trim bench and redundant build from workflow steps (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
plotchy committed Jun 26, 2024
1 parent cfa2ec1 commit eda2aa8
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,11 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --all
- name: Run tests
run: cargo test --all
- name: Lint with fmt
run: cargo fmt --all --check
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --all --release
- name: Run benches
run: cargo bench
- name: Run tests
run: cargo test --all

0 comments on commit eda2aa8

Please sign in to comment.