Skip to content

Bump zeroize_derive from 1.4.2 to 1.4.3 #780

Bump zeroize_derive from 1.4.2 to 1.4.3

Bump zeroize_derive from 1.4.2 to 1.4.3 #780

Workflow file for this run

# https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md
on:
pull_request:
branches:
- main
paths-ignore:
- 'README.md'
push:
branches:
- main
paths-ignore:
- 'README.md'
name: Test
jobs:
check:
name: Check
env:
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
test:
name: Test Suite
env:
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test