diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-04-26 17:55:48 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 17:55:48 +0530 |
| commit | 036778c2e8e159ef1e586de4102f823367b7c554 (patch) | |
| tree | ea512d0f475262ab2b83da3c1c4cf62a2908d2dc /.github/workflows/ci.yml | |
| parent | fbefceeb56ebde276fe2fe9e5bcb7ebbcdc9ab22 (diff) | |
chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#18846)
Closes #17242
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c70590d61..dc9c709e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -399,6 +399,11 @@ jobs: env: CLOUDSDK_PYTHON: '${{env.pythonLocation}}\python.exe' run: 'gsutil -h "Cache-Control: public, max-age=3600" cp ./target/release/*.zip gs://dl.deno.land/canary/$(git rev-parse HEAD)/' + - name: Autobahn testsuite + if: |- + !(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'release' && + !startsWith(github.ref, 'refs/tags/') && startsWith(matrix.os, 'ubuntu')) + run: target/release/deno run -A --unstable ext/websocket/autobahn/fuzzingclient.js - name: Test debug if: |- !(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'debug' && |
