run tests on CI
All checks were successful
build / build-nix (push) Successful in 2m35s
build / build-cargo (push) Successful in 2m48s
build / check-nix (push) Successful in 1m3s

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

View file

@ -10,7 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout
- name:
- name: test
run: |
nix develop -c cargo nextest run --run-ignored all
- name: release build
run: |
nix develop -c cargo build --release
build-nix: