Skip to content

chore: bump coverallsapp/github-action from 2.2.1 to 2.2.2 #286

chore: bump coverallsapp/github-action from 2.2.1 to 2.2.2

chore: bump coverallsapp/github-action from 2.2.1 to 2.2.2 #286

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get -u install libpcsclite-dev
- name: Run Tests
run: go test -v ./...