Skip to content

Add Fastschema: A flexible Go web framework and Headless CMS. #2018

Add Fastschema: A flexible Go web framework and Headless CMS.

Add Fastschema: A flexible Go web framework and Headless CMS. #2018

Workflow file for this run

name: tests
on:
push:
branches:
- 'main'
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
name: Running test
runs-on: ubuntu-latest
container: golang:latest
steps:
- uses: actions/checkout@v3
- name: Get dependencies
run: go get -v -t -d ./...
- name: Run tests
run: go test main_test.go main.go