Skip to content

fix: Enabling gzip for request body decompression #116

fix: Enabling gzip for request body decompression

fix: Enabling gzip for request body decompression #116

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@v4
- name: Build
run: |
cargo build -p atrium-crypto --verbose
- name: Run tests
run: |
cargo test -p atrium-crypto