Skip to content

Commit 5491312

Browse files
authored
fail on invalid build (#503)
1 parent d1713f1 commit 5491312

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
GITHUB_COVERAGE: ${{matrix.coverage}}
5151

5252
run: |
53+
set -e
5354
bundle install --path vendor/bundle
54-
cd ext && bundle exec rake && cd ..
55+
cd ext && bundle exec rake
56+
cd ..
5557
bundle exec rspec

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Rdkafka Changelog
22

3-
## 0.18.0 (Unreleased)
3+
## 0.18.1 (Unreleased)
4+
- [Fix] Fix incorrectly behaving CI on failures.
45
- [Patch] Patch with "Add forward declaration to fix compilation without ssl" fix
56

67
## 0.18.0 (2024-09-02)

0 commit comments

Comments
 (0)