File: config.yml

package info (click to toggle)
golang-github-r3labs-sse 2.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: makefile: 32
file content (14 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2.1

jobs:
  test:
    docker:
      - image: golang:1.17
    steps:
      - checkout
      - run: make test

workflows:
  build_and_test:
    jobs:
      - test