Skip to content

Commit

Permalink
add triplestore example to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Dec 3, 2023
1 parent 634fe27 commit 8066a40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@ jobs:
working-directory: examples/actix-kv
- name: Test KV example
run: cargo test
working-directory: examples/actix-kv
working-directory: examples/actix-kv
- name: Build triplestore example
run: cargo build
working-directory: examples/actix-triplestore
- name: Test triplestore example
run: cargo test
working-directory: examples/actix-triplestore

0 comments on commit 8066a40

Please sign in to comment.