Skip to content

add snapshot

add snapshot #278

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test-ubuntu:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install golang
run: |
sudo apt install golang
- name: Run test
run: |
go test -run TestClusterRwBench tests/integration_test.go -v
test-sanitizer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential autoconf automake libtool cmake lcov