Skip to content

Commit

Permalink
chore: updating test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Aug 15, 2021
1 parent 06db525 commit 8ba8c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
node-version: 16
- run: go get
- run: go test
- run: go build -o=integration/main integration/main.go && npx @dnslink/test@^0.9.0 -e log -- ./integration/main
- run: go build -o=integration/main integration/main.go && npx @dnslink/test@^0.10.0 -e log -- ./integration/main
if: ${{ matrix.os == 'ubuntu-latest' }}

0 comments on commit 8ba8c3e

Please sign in to comment.