Skip to content

Commit

Permalink
Add 'make test-all' to nix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Oct 10, 2023
1 parent 0bec271 commit 63f9126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build_nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ runs:
run: |
nix-env -f "<nixpkgs>" -iA bash
nix-shell --run "openlane --smoke-test"
nix-shell --run "make test-all"
- name: Push
shell: ${{ inputs.shell }}
if: ${{ inputs.cachix_token != '' }}
Expand Down

0 comments on commit 63f9126

Please sign in to comment.