Skip to content

Commit 1a8a21c

Browse files
committed
Build and run the nested-rtxns in release
1 parent f103831 commit 1a8a21c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ jobs:
159159
run: |
160160
cargo clean
161161
# rmp-serde needs a feature activated, so we'll just run it separately.
162-
cargo run --example 2>&1 | grep -E '^ ' | awk '!/rmp-serde/' | xargs -n1 cargo run --example
162+
cargo run --example 2>&1 | grep -E '^ !/rmp-serde|nexted-rtxns/' | xargs -n1 cargo run --example
163163
cargo run --example rmp-serde --features serde-rmp
164+
cargo run --release --example nexted-rtxns
164165
165166
heed3-examples:
166167
name: Run the heed3 examples

0 commit comments

Comments
 (0)