mirror of
https://github.com/ergochat/ergo.git
synced 2026-02-18 23:37:59 +01:00
bump irctest to test websockets (#2331)
Install python3-websockets for irctest in CI. This won't actually work as expected until Ubuntu 26.04.
This commit is contained in:
parent
c79b65cf8a
commit
11a38b7119
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
with:
|
||||
go-version: "1.26"
|
||||
- name: "install python3-pytest"
|
||||
run: "sudo apt install -y python3-pytest"
|
||||
run: "sudo apt install -y python3-pytest python3-websockets"
|
||||
- name: "make install"
|
||||
run: "make install"
|
||||
- name: "make test"
|
||||
|
||||
2
irctest
2
irctest
@ -1 +1 @@
|
||||
Subproject commit 219ca65273489193f54df9d5909aee3b4480c1c5
|
||||
Subproject commit 959114063189eac3aaad82a229acbcaeb78fb184
|
||||
Loading…
x
Reference in New Issue
Block a user