ci: Revert no build change

Seems to break the ci.
This commit is contained in:
Donovan Glover 2024-04-29 17:59:38 -04:00
parent dbe8b25eed
commit 23215dc732
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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