Skip to content

Commit 38abc09

Browse files
committed
workflow: fix test
1 parent c09630d commit 38abc09

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: git config --global --add safe.directory $PWD
2525
- name: test
2626
run: go test -v ./...
27+
- name: build-apps
28+
run: make build-apps
2729
- name: unittest
2830
run: |
2931
source .venv/bin/activate

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
git+https://github.com/aitjcize/WebSocket-for-Python.git
2-
PyYAML==6.0.1
2+
bcrypt==4.3.0
3+
PyYAML==6.0.2

0 commit comments

Comments
 (0)