bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
4.02k stars 226 forks source link

fix: fix an error in CI #302

Closed Lzzzzzt closed 2 months ago

Lzzzzzt commented 2 months ago

Find and fix a bug in CI:

When CHANNEL is nightly, this will happen

+ [ nightly == nightly ]
.github/workflows/ci.sh: 42: [: nightly: unexpected operator

This bug is found because #300 pass all the CI test but failed in code-coverage.

This PR fix this bug, and also fix the error in code-coverage