Skip to content

Bump rexml from 3.2.5 to 3.2.8 in /docs #8

Bump rexml from 3.2.5 to 3.2.8 in /docs

Bump rexml from 3.2.5 to 3.2.8 in /docs #8

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go test ./...
test-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.x
- run: go test -v -race ./...