Skip to content

chore(chat): build fix for all #20

chore(chat): build fix for all

chore(chat): build fix for all #20

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
container: archlinux
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/[email protected]
with:
toolchain: nightly
rustflags: ""
- name: Install dependencies
run: |
yes | pacman -Syu
yes | pacman -S gcc clang cmake alsa-lib fontconfig wayland libgit2 libxkbcommon-x11 openssl zstd pkgconf mold sqlite jq git
- name: Run tests
run: cargo test --release --verbose