Skip to content

Commit

Permalink
Got CI tests working again after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta committed Jul 30, 2023
1 parent d62cce7 commit b54d363
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Test coap-server-embassy
run: cargo +nightly test --workspace -p coap-server-embassy --verbose
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ members = [
"coap-server-embassy",
"examples",
]
default-members = [
"coap-server",
"coap-server-tokio",
"examples",
]

0 comments on commit b54d363

Please sign in to comment.