Skip to content

Commit

Permalink
Merge pull request #85 from triarius/nix-ci
Browse files Browse the repository at this point in the history
Add CI for nix
  • Loading branch information
triarius authored Aug 29, 2024
2 parents fb9a46e + 271613a commit 513b47e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --verbose
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix build
- run: nix flake check
fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 513b47e

Please sign in to comment.