Skip to content

Commit

Permalink
Test doesn't work for all features due to doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Jul 24, 2023
1 parent 735b1e8 commit 8164e61
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: taiki-e/install-action@cargo-hack
- name: hmm
run: ls
- name: build
run: cargo hack build --feature-powerset
- name: test
run: cargo hack test --feature-powerset
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: cargo test
fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8164e61

Please sign in to comment.