Skip to content

chore: update test map #42

chore: update test map

chore: update test map #42

Workflow file for this run

name: Rust Windows
on:
push:
branches: ["mdw-gamestate"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Upload nightly build
uses: actions/upload-artifact@v4
with:
name: logger_nightly
path: target/debug/logjam.exe