Skip to content

Commit

Permalink
Use nix-build (#145)
Browse files Browse the repository at this point in the history
Use `nix-build` in the github workflow for more helpful output
during builds.
  • Loading branch information
gilligan authored Oct 16, 2024
1 parent 7e26f32 commit 6b11374
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
token: ${{ github.token }}
- name: Run tests
run: |
nix build .#check.x86_64-linux.pre-commit-check -L --fallback
nix build .#check.x86_64-linux.upToDatePlutusScriptCheck -L --fallback
nix build .#check.x86_64-linux.partner-chains-smart-contracts -L --fallback
nix-build -A check.x86_64-linux.pre-commit-check
nix-build -A check.x86_64-linux.upToDatePlutusScriptCheck
nix-build -A check.x86_64-linux.upToDatePlutusScriptCheck
nix-build -A check.x86_64-linux.partner-chains-smart-contracts

0 comments on commit 6b11374

Please sign in to comment.