Skip to content

ci: Remove beta/nightly workflows #150

ci: Remove beta/nightly workflows

ci: Remove beta/nightly workflows #150

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
cargo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo build --verbose
- run: cargo test --verbose