Skip to content

Verifying and fixing issue 396 : UnmarshalBinary or FromBase64 should not have their containers marked as needing copy-on-write #366

Verifying and fixing issue 396 : UnmarshalBinary or FromBase64 should not have their containers marked as needing copy-on-write

Verifying and fixing issue 396 : UnmarshalBinary or FromBase64 should not have their containers marked as needing copy-on-write #366

Workflow file for this run

name: Go-Windows-CI
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: |
go test -race -run TestConcurrent*
go build -tags appengine
go test -tags appengine
go test -v
go test -v ./roaring64
go test -v ./BitSliceIndexing