Skip to content

build(deps): bump paste from 1.0.14 to 1.0.15 #15

build(deps): bump paste from 1.0.14 to 1.0.15

build(deps): bump paste from 1.0.14 to 1.0.15 #15

Workflow file for this run

name: slh-dsa
on:
pull_request:
paths:
- ".github/workflows/slh-dsa.yml"
- "slh-dsa/**"
- "Cargo.*"
push:
branches: master
defaults:
run:
working-directory: slh-dsa
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.75.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo check --all-features
- run: cargo test --no-default-features TODO
- run: cargo test
- run: cargo test --all-features