We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1713f1 commit 5491312Copy full SHA for 5491312
.github/workflows/ci.yml
@@ -50,6 +50,8 @@ jobs:
50
GITHUB_COVERAGE: ${{matrix.coverage}}
51
52
run: |
53
+ set -e
54
bundle install --path vendor/bundle
- cd ext && bundle exec rake && cd ..
55
+ cd ext && bundle exec rake
56
+ cd ..
57
bundle exec rspec
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Rdkafka Changelog
2
3
-## 0.18.0 (Unreleased)
+## 0.18.1 (Unreleased)
4
+- [Fix] Fix incorrectly behaving CI on failures.
5
- [Patch] Patch with "Add forward declaration to fix compilation without ssl" fix
6
7
## 0.18.0 (2024-09-02)
0 commit comments