Skip to content

Commit

Permalink
add test step back
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Sep 25, 2023
1 parent 47ddf01 commit a0e0dd8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,19 @@ jobs:
env:
RUSTDOCFLAGS: -Dwarnings

# test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: Swatinem/rust-cache@v2
# - name: Run tests for no features
# run: cargo test --all
# - name: Run tests with toggle feature
# run: cargo test --all --features toggle
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run tests for no features
run: cargo test --all

alls-green:
if: always()
needs:
- lint
- test
runs-on: ubuntu-latest
steps:
- uses: re-actors/alls-green@release/v1
Expand Down

0 comments on commit a0e0dd8

Please sign in to comment.