Skip to content

Commit

Permalink
[chore] smoke test in nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV committed May 31, 2024
1 parent 6f65cd4 commit d38a478
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cabal-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
run: |
nix -Lv build
- name: Run cabal-audit on itself
run: |
nix -Lv shell nixpkgs#git nixpkgs#cabal-install
cabal update
result/bin/cabal-audit
- name: Build cabal-audit docker image
run: |
nix -Lv build .#cabal-audit-docker -o result-docker
Expand Down

0 comments on commit d38a478

Please sign in to comment.