From b69b0d8a5e3bc5b8dcba627667ffd0d851275e90 Mon Sep 17 00:00:00 2001 From: Anes Hasicic Date: Sun, 6 Oct 2024 19:03:18 +0200 Subject: [PATCH] Pipeline --- .github/workflows/go.yml | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index feb5751..2ecb895 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,9 @@ jobs: go-version: 1.17 - name: Test - run: go test -race -covermode=atomic -coverprofile=coverage.out -v `go list ./... | grep -v ./example` -integration + run: | + go mod tidy + go test -race -covermode=atomic -coverprofile=coverage.out -v `go list ./... | grep -v ./example` -integration - name: Install goveralls run: go install github.com/mattn/goveralls@latest diff --git a/README.md b/README.md index 3225687..c92dfc4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # TODO - [ ] store tests - [ ] alternate On method and alternate apply -- [ ] correlation from context +- [ ] correlation from context (helper methods in aggregate to set correlation and meta) - [ ] projections only for simple local testing simplify and document - [ ] autogenerate ID in aggregate - [ ] complete example with echo and mutation