Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Force strip = false and cleanup env handling #56

Force strip = false and cleanup env handling

Force strip = false and cleanup env handling #56

Workflow file for this run

name: cargo-bloat
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Build without regex
run: cargo build --no-default-features