Add failing GHA step

This commit is contained in:
Luc Perkins 2023-06-13 09:32:57 -07:00
parent f3a20cb09d
commit 51c67340e3
No known key found for this signature in database
GPG Key ID: 4F102D0C16E232F2

View File

@ -39,3 +39,14 @@ jobs:
- name: Check flake.lock
run: |
nix develop -c cargo run
check-flake-dirty-fail-mode:
name: Check flake.lock test (dirty 😈 plus fail mode activated)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v2
- name: Check flake.lock
run: |
nix develop -c cargo run -- ./flake.dirty.lock --fail-mode