parent
aa281869df
commit
72b2293537
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -11,3 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v30
|
||||
- name: Execute unit tests
|
||||
run: nix flake check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue