Skip to content

fix(core): revert transformers, validators and authorizers. moved rou… #44

fix(core): revert transformers, validators and authorizers. moved rou…

fix(core): revert transformers, validators and authorizers. moved rou… #44

Workflow file for this run

name: Test Akumu
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache-dependency-path: "go.sum"
- name: Test
run: go test -v ./...