Skip to content

3.0.0-rc1

3.0.0-rc1 #510

Workflow file for this run

name: Testing
on: [push]
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-23.11
- name: Run all tests
run: nix-shell --run "cargo test --all --locked"