Skip to content

cassette: add helper method Interaction.WasReplayed() #48

cassette: add helper method Interaction.WasReplayed()

cassette: add helper method Interaction.WasReplayed() #48

Workflow file for this run

# .github/workflows/test.yaml
on: [push, pull_request]
name: test
jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: make test_cover
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3