Build the Autobahn examples upfront

pull/53/head
Constantin Nickel 5 years ago
parent 493b6911dd
commit 39cd533890
  1. 6
      .github/workflows/ci.yml

@ -96,6 +96,12 @@ jobs:
sudo apt-get install python-unittest2
sudo pip install urllib3[secure] autobahntestsuite
- name: Build Autobahn TestSuite for client
run: cargo build --release --features async-std-runtime --example autobahn-client
- name: Build Autobahn TestSuite for server
run: cargo build --release --features async-std-runtime --example autobahn-server
- name: Running Autobahn TestSuite for client
run: ./scripts/autobahn-client.sh

Loading…
Cancel
Save