Skip to content

Add Clear method to empty queue #17

Add Clear method to empty queue

Add Clear method to empty queue #17

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
- uses: actions/checkout@v2
- run: go test -v -bench .
- run: |
cd v2
go test -v -bench .