Skip to content

feat: add timeout env vars #131

feat: add timeout env vars

feat: add timeout env vars #131

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
- name: Set up Codacy script
run: curl -o get.sh -Ls https://coverage.codacy.com/get.sh
- name: Set up Just
uses: taiki-e/install-action@just
- name: Call just test
run: just test
- name: Call just test
run: just benchmark
- name: Upload to Codacy
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: bash get.sh report --force-coverage-parser go -r .coverprofile.out