Skip to content

Commit 70eef4a

Browse files
committed
Isolate failing test
1 parent 4a752f1 commit 70eef4a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
- name: Compile C-extension
3333
run: bundle exec rake compile
3434
- name: Run tests
35-
run: bundle exec rake test
35+
# run: bundle exec rake test
36+
run: bundle exec ruby test/test_um.rb --name test_accept_each

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Add `#spin`
2+
- Fix bugs in multishot read and other ops
13
- Add `#recv`, `#send`
24
- Add `#socket`, `#connect`
35

0 commit comments

Comments
 (0)