diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c9256f9..3e3e5643 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,10 @@ jobs: - uses: actions/checkout@v2 - name: Install packages run: sudo apt-get install libmbedtls-dev - - name: make - run: make test test++ IPV6=0 + - name: gcc + run: make test test++ IPV6=0 CC=gcc + - name: clang + run: make test test++ IPV6=0 CC=clang - name: openssl run: make test SSL=OPENSSL IPV6=0 - name: unamalgamated @@ -206,4 +208,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: nxp-twrkv58f220m-lwip-freertos - run: make -C examples/nxp/nxp-twrkv58f220m-lwip-freertos build \ No newline at end of file + run: make -C examples/nxp/nxp-twrkv58f220m-lwip-freertos build