Skip to content

Initial raft algorithm #163

Initial raft algorithm

Initial raft algorithm #163

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
build_and_test:
name: Rog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release
- uses: actions-rs/cargo@v1
with:
command: test
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: false
tags: eaneto/rog:latest