Skip to content

Bump base64 from 0.21.4 to 0.22.0 #57

Bump base64 from 0.21.4 to 0.22.0

Bump base64 from 0.21.4 to 0.22.0 #57

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
Check-and-Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cargo Check
run: cargo check --verbose
- name: Run tests
run: cargo test --verbose