Skip to content

Commit 095427b

Browse files
authored
update CI (#438)
2 parents 3477b38 + 0db4bb2 commit 095427b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
PROJECT_DIR: ${{ github.workspace }}
6262
run: sh .github/workflows/ci.sh
6363
- name: Run preemptive tests
64-
if: ${{ !contains(matrix.target, 'loongarch64') }}
64+
# if: ${{ !contains(matrix.target, 'loongarch64') }}
6565
env:
6666
CHANNEL: ${{ matrix.channel }}
6767
CROSS: ${{ !startsWith(matrix.target, 'x86_64') && contains(matrix.target, 'linux') && '1' || '0' }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.8.x
2+
3+
- [x] windows now support preemptive scheduling
4+
- [x] improve stability
5+
16
### 0.7.x
27

38
- [x] support cancel coroutine/task

core/src/monitor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ impl<Yield, Return> Listener<Yield, Return> for MonitorListener {
577577
#[cfg(test)]
578578
mod tests {
579579
#[cfg(unix)]
580-
#[cfg(not(target_arch = "riscv64"))]
581580
#[test]
582581
fn test() -> std::io::Result<()> {
583582
use nix::sys::pthread::pthread_kill;

0 commit comments

Comments
 (0)