Add new workflow to check for duplicated intrinsics

This commit is contained in:
Guillaume Gomez 2022-06-09 17:33:13 +02:00
parent c297534d94
commit 8d253b9f73

View File

@ -129,3 +129,9 @@ jobs:
export RUN_RUNS=2
./test.sh --release --no-default-features
duplicates:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: python tools/check_intrinsics_duplicates.py