Skip to content

Commit

Permalink
Merge pull request #85 from awilkins/fix/nix-build
Browse files Browse the repository at this point in the history
Fix broken nix build
  • Loading branch information
juliosueiras authored Aug 10, 2020
2 parents f86469a + b838dd8 commit ebf8145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Test
on:
pull_request:
push:
issue_comment:
types: [created, edited]
jobs:
test:
if: contains('pull_request|push', github.event_name) || github.event.comment.body == 'rebuild'
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
Expand Down
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildGoModule rec {
src = ./.;

modSha256 = null;
vendorSha256 = null;

buildPhase = ''
runHook preBuild
Expand Down

0 comments on commit ebf8145

Please sign in to comment.