CI tests for building default.nix and flake.nix

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-12-02 16:17:43 +01:00 committed by GitHub
parent 99e2d92f07
commit a91a2b138b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,12 @@ jobs:
- uses: actions/checkout@v3
with:
clean: "true"
- name: test building default.nix
run: nix-build
- name: test building flake
run: nix build
- name: execute tests with --release
run: nix develop -c cargo test --locked --release