Skip to content

Commit

Permalink
ci: remove rm opt
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 3, 2024
1 parent cef5fff commit 67b8997
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: "Build"

on:
pull_request:
push:

jobs:
tests:
strategy:
Expand All @@ -15,8 +17,8 @@ jobs:
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: rm -rf /opt&
- run: nix-build --keep-going

tests-flakes:
strategy:
matrix:
Expand All @@ -29,6 +31,5 @@ jobs:
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: rm -rf /opt&
- run: nix flake check -L --show-trace
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 comments on commit 67b8997

Please sign in to comment.