Skip to content

Commit

Permalink
added tests for tigerbeetle
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelxiao907 committed Oct 21, 2024
1 parent 0a5dc68 commit 1319122
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tigerbeetle.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: tigerbeetle
version: 0.16.9
version: 0.16.5
epoch: 0
description: "The distributed financial accounting database designed for mission critical safety and performance."
copyright:
Expand All @@ -19,7 +19,7 @@ pipeline:
with:
repository: https://github.com/tigerbeetledb/tigerbeetle
tag: ${{package.version}}
expected-commit: a082ff0237d5083f35e70d56c550ce271b6e4bf7
expected-commit: 2d5d5e68de71c0723d82896f003fc4dc87a7f763

- runs: |
zig build -Drelease
Expand All @@ -37,3 +37,9 @@ update:
use-tag: true
# There are some prereleases with a weird WEEKLY format.
tag-filter: 0.

test:
pipeline:
- name: Check if TigerBeetle was installed
runs: |
tigerbeetle --help

0 comments on commit 1319122

Please sign in to comment.