Skip to content

del(dist): dir for its no longer used #281

del(dist): dir for its no longer used

del(dist): dir for its no longer used #281

Workflow file for this run

name: build and test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always

Check failure on line 7 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose