Skip to content

Commit

Permalink
Merge pull request #165 from snapview/fix-autobahn
Browse files Browse the repository at this point in the history
Fix Autobahn Scripts
  • Loading branch information
daniel-abramov committed Apr 23, 2021
2 parents 287f477 + e861b1b commit 4686ae0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3,676 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Expand Up @@ -79,16 +79,8 @@ jobs:
with:
rust-version: ${{ matrix.rust }}

- name: Install dependencies
run: |
sudo apt-get install libssl-dev python-unittest2
sudo pip install urllib3[secure] autobahntestsuite
- name: Build Autobahn TestSuite for client
run: cargo build --release --example autobahn-client

- name: Build Autobahn TestSuite for server
run: cargo build --release --example autobahn-server
- name: Install and configure docker
uses: docker-practice/actions-setup-docker@v1

- name: Running Autobahn TestSuite for client
run: ./scripts/autobahn-client.sh
Expand Down
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

File renamed without changes.

0 comments on commit 4686ae0

Please sign in to comment.