Skip to content

Merge pull request #3 from amiremohamadi/feat/aead #5

Merge pull request #3 from amiremohamadi/feat/aead

Merge pull request #3 from amiremohamadi/feat/aead #5

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: unit tests
run: cargo test --verbose