This commit is contained in:
r-vdp 2023-03-27 18:58:22 +02:00
parent f760bcae4a
commit 70941d6c96
No known key found for this signature in database

View file

@ -16,7 +16,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@vlatest
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Build - name: Build
run: cargo build --verbose run: nix build '.#system-manager'
- name: Run tests - name: Run tests
run: cargo test --verbose run: nix flake check