Skip to content

Add concurrency project (#169) #84

Add concurrency project (#169)

Add concurrency project (#169) #84

Workflow file for this run

name: buggy-app tests
on: [push]
defaults:
run:
working-directory: projects/buggy-app
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "projects/buggy-app/go.mod"
cache-dependency-path: "projects/buggy-app/go.sum"
cache: true
- name: Test
run: make migrate test