Skip to content

Bumping version to 2.0.0 #3

Bumping version to 2.0.0

Bumping version to 2.0.0 #3

Workflow file for this run

name: Scallop Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo test --verbose --workspace --release