Skip to content

Commit b7ebf74

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,10 @@ 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+
# We also want to run the nested-rtxns example in release.
163+
cargo run --example 2>&1 | grep -E '^ ' | awk '!/rmp-serde|nexted-rtxns/' | xargs -n1 cargo run --example
163164
cargo run --example rmp-serde --features serde-rmp
165+
cargo run --release --example nexted-rtxns
164166
165167
heed3-examples:
166168
name: Run the heed3 examples

0 commit comments

Comments
 (0)