Skip to content

Recaptcha Fraud Connector #203

Recaptcha Fraud Connector

Recaptcha Fraud Connector #203

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
unit-tests:
runs-on: ubuntu-latest
env:
TEST_ENV: github
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: |
go build -v ./...
- name: Test
run: go test -v ./...