Skip to content

feat: make recipe storing optional (defaults to true) (#272) #1

feat: make recipe storing optional (defaults to true) (#272)

feat: make recipe storing optional (defaults to true) (#272) #1

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
name: End-to-End testing
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
RUST_LOG: info
RUST_BACKTRACE: 1
RUSTFLAGS: "-D warnings"
CARGO_TERM_COLOR: always
jobs:
run_tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70.0
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.5.0
cache: true
# build in release mode so that it's reasonably fast to run the tests
- run: cargo build --release
- run: pixi run end_to_end_test