Skip to content

Bump log from 0.4.20 to 0.4.21 in /loremaster-web-interface #354

Bump log from 0.4.20 to 0.4.21 in /loremaster-web-interface

Bump log from 0.4.20 to 0.4.21 in /loremaster-web-interface #354

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