fix: added missing dependencies

This commit is contained in:
etimofeeva
2026-02-02 11:27:24 +01:00
parent e726ad6231
commit c28f754d32

View File

@@ -18,9 +18,14 @@ jobs:
with:
go-version: '1.21'
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y librocksdb-dev libzmq3-dev pkg-config
- name: Download dependencies
run: go mod download
- name: Run unit tests
run: |
go test -tags 'unittest' $(go list ./... | grep -vP '^github.com/trezor/blockbook/(contrib|tests)')
go test -tags 'unittest' $(go list ./... | grep -vP '^github.com/trezor/blockbook/(contrib|tests)')