ci: add PULSE_DATA_DIR to build-and-test.yml for Go unit tests

This commit is contained in:
rcourtman
2026-01-20 20:06:42 +00:00
parent 2798f89cf6
commit 9571f3ed0a

View File

@@ -53,6 +53,8 @@ jobs:
cache: true
- name: Go unit tests
env:
PULSE_DATA_DIR: /tmp/pulse-test-data
run: go test ./...
- name: Build Pulse backend