Skip to content

Update basic-sanity.yml #53

Update basic-sanity.yml

Update basic-sanity.yml #53

Workflow file for this run

name: Sanity-CI
on:
push:
branches:
- main
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
name: basic-sanity
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'
- run: go test .
- run: go test -bench=.