Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin authored and gerickson committed Aug 12, 2020
1 parent 73fa59f commit e3fd891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
esac
scripts/build/bootstrap.sh $BOOTSTRAP_ARGUMENTS
- name: Configure IPv6
run:
sed -i 's/::1 ip6-localhost ip6-loopback/::1 localhost
ip6-localhost ip6-loopback/g' /etc/hosts
- name: Run Build
run: scripts/build/default.sh
- name: Run mbedTLS Tests
Expand Down

0 comments on commit e3fd891

Please sign in to comment.