Skip to content

Update github actions #23

Update github actions

Update github actions #23

Workflow file for this run

name: badge
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run cargo test
run: cargo test --all --features=sync