Build the Autobahn examples upfront

pull/55/head
Constantin Nickel 4 years ago committed by Sebastian Dröge
parent 4250cfabe0
commit 2f389ad7f8
  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