Skip to content

Commit

Permalink
ci: add nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta authored and shesek committed Apr 10, 2024
1 parent e85a9b3 commit 4ff496a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,12 @@ jobs:
run: cargo test

- name: Tests (Liquid mode, REST)
run: cargo test --features liquid
run: cargo test --features liquid

nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build .

0 comments on commit 4ff496a

Please sign in to comment.