Skip to content

Commit

Permalink
Add tests for suggestion/
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Feb 1, 2022
1 parent 11c8e50 commit 0fea5ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

- name: Run tests on suggesion/
run: cargo test --verbose
working-directory: suggestion

run:
strategy:
fail-fast: false
Expand Down

0 comments on commit 0fea5ea

Please sign in to comment.