Skip to content

🚑 Fixed windows building #99

🚑 Fixed windows building

🚑 Fixed windows building #99

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Run rust tests
run: cargo test