Skip to content

chore(chat): build fix for all #19

chore(chat): build fix for all

chore(chat): build fix for all #19

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/[email protected]
with:
toolchain: nightly
rustflags: ""
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install gcc g++ libasound2-dev libfontconfig-dev libwayland-dev libxkbcommon-x11-dev libssl-dev libzstd-dev libvulkan1 libgit2-dev make cmake clang jq git curl gettext-base elfutils libsqlite3-dev musl-tools musl-dev
- name: Run tests
run: cargo test --release --verbose