Skip to content

Re-tag 4.0.0-beta.2 as apparently beta.1 was already tagged and relea… #102

Re-tag 4.0.0-beta.2 as apparently beta.1 was already tagged and relea…

Re-tag 4.0.0-beta.2 as apparently beta.1 was already tagged and relea… #102

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: cargo test