Skip to content

Update poly1305 to 0.8.0 #35

Update poly1305 to 0.8.0

Update poly1305 to 0.8.0 #35

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macOS-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: make build
- name: Run tests
run: make test