Skip to content

Commit

Permalink
Merge pull request #63 from dimbleby/dont-panic
Browse files Browse the repository at this point in the history
run examples in CI
  • Loading branch information
dimbleby authored Sep 13, 2023
2 parents 2e9c6e9 + 664d97f commit 318559e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ jobs:
cargo build
if: matrix.rust == 'nightly'
name: Check minimal versions
- run: |
cargo run --example epoll
cargo run --example select
cargo run --example version
name: Run examples

0 comments on commit 318559e

Please sign in to comment.