Skip to content

Bump the cargo group group in /loremaster-web-interface with 1 update #367

Bump the cargo group group in /loremaster-web-interface with 1 update

Bump the cargo group group in /loremaster-web-interface with 1 update #367

name: Web Interface Build
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
working-directory: loremaster-web-interface
#- name: Run tests
# run: cargo test --verbose