Skip to content

Commit 0cc3cbe

Browse files
committed
Add unicode trojan test
1 parent ab5e5e4 commit 0cc3cbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
build-essential debhelper dh-python dh-apparmor
3939
git config --global --add safe.directory "$GITHUB_WORKSPACE"
4040
- uses: actions/checkout@v4
41-
4241
- name: Test build
4342
run: |
4443
dpkg-buildpackage -b -i -us -uc
@@ -47,3 +46,5 @@ jobs:
4746
run: |
4847
set -o xtrace
4948
./run-tests
49+
git clone https://github.com/nickboucher/trojan-source
50+
./unicode-testscript

0 commit comments

Comments
 (0)