Skip to content

Commit

Permalink
Enable ICD run of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 30, 2023
1 parent 268951c commit 81d35db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
type: [main, clang, mbedtls, rotating_device_id]
type: [main, clang, mbedtls, rotating_device_id, icd]
env:
BUILD_TYPE: ${{ matrix.type }}

Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
"clang") GN_ARGS='is_clang=true';;
"mbedtls") GN_ARGS='chip_crypto="mbedtls"';;
"rotating_device_id") GN_ARGS='chip_crypto="boringssl" chip_enable_rotating_device_id=true';;
"icd") GN_ARGS='chip_enable_icd_server=true';;
*) ;;
esac
Expand Down

0 comments on commit 81d35db

Please sign in to comment.