Skip to content

Merge pull request #1 from Yandex-Practicum/prototype #2

Merge pull request #1 from Yandex-Practicum/prototype

Merge pull request #1 from Yandex-Practicum/prototype #2

Workflow file for this run

name: autotests
on:
pull_request:
push:
branches:
- main
jobs:
ftrackertest:
runs-on: ubuntu-latest
container: golang:1.21
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Go test
run: |
go test -v ./...