Skip to content

🐛 Fixed uploading and existing artifact #111

🐛 Fixed uploading and existing artifact

🐛 Fixed uploading and existing artifact #111

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