mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
i18n: fix tests (again)
This commit is contained in:
parent
956afbf47a
commit
21a33d81f0
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ build:binary:
|
|||
- 'echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list.d/testing-nettle.list'
|
||||
- 'echo "Package: *\nPin: release a=testing\nPin-Priority: 150" > /etc/apt/preferences.d/limit_testing'
|
||||
- apt update -qy
|
||||
- apt install -qy libclang-dev build-essential pkg-config clang nettle-dev/testing gettext
|
||||
- apt install -qy libclang-dev build-essential pkg-config clang nettle-dev/testing gettext zsh
|
||||
- ./make-translated-templates
|
||||
- RUST_BACKTRACE=full cargo test --all
|
||||
|
|
Loading…
Reference in a new issue