Fix CI.
This commit is contained in:
parent
f760bcae4a
commit
70941d6c96
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@vlatest
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: nix build '.#system-manager'
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: nix flake check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue