Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
librtmp-dev
libssl-dev
libtool
libz3-dev
llvm
llvm-dev
luarocks
Expand Down Expand Up @@ -105,6 +106,8 @@ jobs:
- name: cargo test --release --workspace
run: |
export RUSTFLAGS="-D warnings"
# add homebrew library path for z3
export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-L/opt/homebrew/lib -Clink-arg=-Wl,-rpath,/opt/homebrew/lib"
export RUSTDOCFLAGS="-D warnings"
cargo test --release --workspace
- name: Test translator
Expand Down
Loading