[Issue #10] Add integration tests for JetStreamEventStore #56

Merged
HugoNijhuis merged 4 commits from issue-10-jetstream-integration-tests into main 2026-01-10 22:58:54 +00:00
2 changed files with 1 additions and 7 deletions
Showing only changes of commit 9407b09c1b - Show all commits

View File

@@ -20,12 +20,6 @@ jobs:
integration:
runs-on: ubuntu-latest
services:
nats:
image: nats:latest
options: --name nats -p 4222:4222
# Enable JetStream via command line args
# Note: The 'args' field may not be supported in all CI runners
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5

View File

@@ -1,4 +1,4 @@
// +build integration
//go:build integration
package store