Skip to content

Update release action (#235) #666

Update release action (#235)

Update release action (#235) #666

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: Build
run: cargo build -vv --locked
- name: Run tests
run: cargo test -v --locked
env:
CORSET_TEST_LIMIT: 4