Skip to content

Commit 2f389ad

Browse files
nickelcsdroege
authored andcommitted
Build the Autobahn examples upfront
1 parent 4250cfa commit 2f389ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ jobs:
9696
sudo apt-get install python-unittest2
9797
sudo pip install urllib3[secure] autobahntestsuite
9898
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+
99105
- name: Running Autobahn TestSuite for client
100106
run: ./scripts/autobahn-client.sh
101107

0 commit comments

Comments
 (0)