Skip to content

demo-fat-lto/*.sh are now POSIX-compliant (for Alpine Linux). GH Acti… #13

demo-fat-lto/*.sh are now POSIX-compliant (for Alpine Linux). GH Acti…

demo-fat-lto/*.sh are now POSIX-compliant (for Alpine Linux). GH Acti… #13

Workflow file for this run

name: Run tests and validate version
on:
push:
pull_request:
jobs:
validate-version:
runs-on: rust:1.86
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run pre-commit
run: ./pre-commit
shell: bash
- name: Tests and demos
run: cargo clippy
cargo test
cargo test --release
rustup toolchain install nightly
cargo +nightly miri test
demo-fat-lto/static_option_u8.sh
demo-fat-lto/static_str.sh
demo-fat-lto/literal_str.sh
shell: bash