Skip to content

Commit

Permalink
ci: Revert no build change
Browse files Browse the repository at this point in the history
Seems to break the ci.
  • Loading branch information
donovanglover committed Apr 29, 2024
1 parent dbe8b25 commit 23215dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
test:
name: nix flake check --no-build
name: nix flake check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- run: nix flake check --no-build
- run: nix flake check
format:
name: nix fmt -- --check **/*.nix
runs-on: ubuntu-latest
Expand Down

0 comments on commit 23215dc

Please sign in to comment.