From 487470818c3239c180507fb261aacd2e45e4b42c Mon Sep 17 00:00:00 2001 From: "T.v.Dein" Date: Fri, 30 Sep 2022 22:28:18 +0200 Subject: [PATCH] No more x compile --- .circleci/config.yml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0c4c1c..055e24b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,50 +13,26 @@ jobs: parameters: go_version: type: string - os: - type: string run_test: type: boolean default: true docker: - image: cimg/go:<< parameters.go_version >> - environment: - GOOS: "<< parameters.os >>" steps: - checkout - run: make test workflows: version: 2 - procfs: + unit-test: jobs: - compile - test: - name: test-linux - os: linux - matrix: - parameters: - go_version: - - "1.16" - - "1.17" - - "1.18" - - test: - name: test-freebsd - os: freebsd - run_test: false - matrix: - parameters: - go_version: - - "1.16" - - "1.17" - - "1.18" - - test: - name: test-windows - os: windows - run_test: false + name: testing matrix: parameters: go_version: - "1.16" - "1.17" - "1.18" + - "1.19"