Skip to content

Commit

Permalink
test kv example
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Nov 27, 2023
1 parent 8da645c commit 6804866
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:
- name: Build KV example
run: cargo build
working-directory: examples/actix-kv
- name: Test KV example
run: cargo test
working-directory: examples/actix-kv

0 comments on commit 6804866

Please sign in to comment.