run tests on CI
Some checks failed
build / check-nix (push) Waiting to run
build / build-cargo (push) Has been cancelled
build / build-nix (push) Has been cancelled

This commit is contained in:
Cyryl Płotnicki 2024-04-21 19:29:26 +01:00
parent 5c611721bf
commit 1028d50f2b

View file

@ -12,6 +12,7 @@ jobs:
name: Checkout
- name:
run: |
nix develop -c cargo nextest run --run-ignored all
nix develop -c cargo build --release
build-nix:
runs-on: flakes-action