export FAUNADB_SECRET="faunadb secret"
export CALENDAR_ID="google calendar ID"
export TEST_EMAIL="test email address"
The "unit" tests are more of integration tests as they will test with Fauna and Google Calendar.
go test ./...
Create a test config and adjust as needed.
cp configs/pizza.yaml configs/pizza.test.yaml
Start the server
go run main.go -config configs/pizza.test.yaml
- Test the release
goreleaser release --snapshot --clean
- Tag the new version
go tag v0.1.0
- Publish
goreleaser release --clean