Skip to content

Commit

Permalink
chore: add flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Oct 25, 2024
1 parent 5b046e7 commit 85f9063
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Check for flake configurations
run: nix flake check --all-systems --show-trace

- name: Build the project
run: nix-shell --run "cargo build --release --verbose"

Expand Down

0 comments on commit 85f9063

Please sign in to comment.