Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit bb8ed35

Browse files
committed
chore: add ci
1 parent ae00526 commit bb8ed35

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
- name: async_eval
8989
run: cargo run --example async_eval
9090

91+
- name: os_exit
92+
run: cargo run --example os_exit --features="os_exit"
93+
9194
## MEMO(ysh): Comment out due to upstream breaking changes
9295
# - name: websocket
9396
# run: cargo run --example websocket --features="web websocket"

0 commit comments

Comments
 (0)