[Issue #10] Add integration tests for JetStreamEventStore #56
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build integration
|
||||
//go:build integration
|
||||
|
||||
package store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user