Skip to content

Server start now uses config in UI #19

Server start now uses config in UI

Server start now uses config in UI #19

Workflow file for this run

name: Tests
on:
push:
branches: [ "master", "auditing" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deps
run: sudo apt install libgtk-3-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --all