@@ -96,20 +96,19 @@ jobs:
96
96
# When running the container built on the CI
97
97
# run: docker run -v $(pwd):/tmp/parsec -w /tmp/parsec -t parsec-service-test-all /tmp/parsec/ci.sh cryptoauthlib --no-stress-test
98
98
99
- # Disabled due to the issue discussed in https://github.com/parallaxsecond/parsec/issues/514
100
- # fuzz-test-checker:
101
- # name: Check that the fuzz testing framework is still working
102
- # runs-on: ubuntu-latest
103
- # steps:
104
- # - uses: actions/checkout@v2
105
- # # Use the following step when updating the `parsec-service-test-all` image
106
- # # - name: Build the container
107
- # # run: pushd e2e_tests/docker_image && docker build -t parsec-service-test-all -f parsec-service-test-all.Dockerfile . && popd
108
- # - name: Run the fuzz test script
109
- # # Not running stress tests because rust-cryptoauthlib test-interface does not support required calls
110
- # run: ./fuzz.sh test
111
- # # When running the container built on the CI
112
- # # run: CONTAINER_TAG=parsec-service-test-all ./fuzz.sh test
99
+ fuzz-test-checker :
100
+ name : Check that the fuzz testing framework is still working
101
+ runs-on : ubuntu-latest
102
+ steps :
103
+ - uses : actions/checkout@v2
104
+ # Use the following step when updating the `parsec-service-test-all` image
105
+ # - name: Build the container
106
+ # run: pushd e2e_tests/docker_image && docker build -t parsec-service-test-all -f parsec-service-test-all.Dockerfile . && popd
107
+ - name : Run the fuzz test script
108
+ # Not running stress tests because rust-cryptoauthlib test-interface does not support required calls
109
+ run : ./fuzz.sh test
110
+ # When running the container built on the CI
111
+ # run: CONTAINER_TAG=parsec-service-test-all ./fuzz.sh test
113
112
114
113
cross-compilation :
115
114
# Currently only the Mbed Crypto, PKCS 11, and TPM providers are tested as the other ones need to cross-compile other libraries.
0 commit comments