Update CI

This commit is contained in:
2022-07-07 14:24:09 +00:00
committed by GitHub
parent 52ce86764c
commit 88330ee62c

View File

@@ -98,6 +98,15 @@ jobs:
export "LIBRARY_PATH=$LIBRARY_PATH:`pwd`/clib/lib"
export "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/clib/lib"
cargo test --features ugoira --verbose -- --show-output || exit 1
build-server:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v2
- name: Build
run: cargo build --features server -vv
- name: Run tests
run: cargo test --features server --verbose -- --show-output
build-all:
runs-on: ubuntu-latest
steps: