Skip to content

Commit

Permalink
Merge pull request #79 from carlopi/fix_test
Browse files Browse the repository at this point in the history
Build also against main, and fix test
  • Loading branch information
samansmink authored Aug 29, 2024
2 parents 0a25cb5 + ef366eb commit f89d266
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ concurrency:
cancel-in-progress: true

jobs:
duckdb-next-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
with:
duckdb_version: main
extension_name: quack

duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions test/sql/quack.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ SELECT quack('Sam');
Quack Sam 🐥

query I
SELECT quack_openssl_version('Michael');
SELECT quack_openssl_version('Michael') ILIKE 'Quack Michael, my linked OpenSSL version is OpenSSL%';
----
<REGEX>:Quack Michael, my linked OpenSSL version is OpenSSL.*
true

0 comments on commit f89d266

Please sign in to comment.