Skip to content

fix: Apply clippy suggestions and skip stable clippy in CI #419

fix: Apply clippy suggestions and skip stable clippy in CI

fix: Apply clippy suggestions and skip stable clippy in CI #419

Workflow file for this run

name: Crypto
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Build
run: |
cargo build -p atrium-crypto --verbose
- name: Run tests
run: |
cargo test -p atrium-crypto