Skip to content

add CompareAndSwap (cas) tests #6

add CompareAndSwap (cas) tests

add CompareAndSwap (cas) tests #6

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.18', '1.21' ]
steps:
- name: install memcached
run: sudo apt-get install memcached
- uses: actions/checkout@v3
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -v ./...