Skip to content

Move key material from xmlenc fuzz.go to fuzz_test.go so it doesn't get compiled in #379

Move key material from xmlenc fuzz.go to fuzz_test.go so it doesn't get compiled in

Move key material from xmlenc fuzz.go to fuzz_test.go so it doesn't get compiled in #379

Workflow file for this run

name: test
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22.x', '1.23.x', '1.24.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go version
- run: go test -v ./...