Skip to content

fix(goreleaser): attempt on fixing the broken build process #10

fix(goreleaser): attempt on fixing the broken build process

fix(goreleaser): attempt on fixing the broken build process #10

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --all-features