ci: Drop --no-build check

Weird that this doesn't work but the full check does however I'm
not complaining.
This commit is contained in:
Donovan Glover 2024-04-06 14:18:17 -04:00
parent a34dc24238
commit cea9bf43bb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -7,13 +7,6 @@ on:
branches: [ master ]
jobs:
check:
name: nix flake check --no-build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix flake check --no-build
test:
name: nix flake check
runs-on: ubuntu-latest