Skip to content

Commit

Permalink
ci: Re-enable rocksdb backend in build.yml (#17474)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Aug 21, 2023
1 parent 1bd3705 commit c94ce04
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
**/go.sum
**/Makefile
Makefile
flake.lock
flake.nix
simapp/default.nix
###################
#### Build App ####
###################
Expand All @@ -48,6 +51,11 @@ jobs:
- name: Build Legacy
if: env.GIT_DIFF
run: GOARCH=${{ matrix.go-arch }} COSMOS_BUILD_OPTIONS=legacy make build
- name: Build with rocksdb backend
if: |
env.GIT_DIFF &&
matrix.go-arch == 'amd64'
run: nix run . -- version --long
###################
## Build Tooling ##
###################
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c94ce04

Please sign in to comment.