Skip to content

Merge pull request #226 from will-bitlight/optional-fs-persistence #310

Merge pull request #226 from will-bitlight/optional-fs-persistence

Merge pull request #226 from will-bitlight/optional-fs-persistence #310

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
- name: Build & test
run: nix develop .#stable -c cargo test --workspace --all-features --no-fail-fast --tests