We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4250cfa commit 2f389adCopy full SHA for 2f389ad
.github/workflows/ci.yml
@@ -96,6 +96,12 @@ jobs:
96
sudo apt-get install python-unittest2
97
sudo pip install urllib3[secure] autobahntestsuite
98
99
+ - name: Build Autobahn TestSuite for client
100
+ run: cargo build --release --features async-std-runtime --example autobahn-client
101
+
102
+ - name: Build Autobahn TestSuite for server
103
+ run: cargo build --release --features async-std-runtime --example autobahn-server
104
105
- name: Running Autobahn TestSuite for client
106
run: ./scripts/autobahn-client.sh
107
0 commit comments