Skip to content

Merge pull request #11 from calcit-lang/fix-code #28

Merge pull request #11 from calcit-lang/fix-code

Merge pull request #11 from calcit-lang/fix-code #28

Workflow file for this run

on:
push:
branches:
- main
pull_request: {}
name: Test
jobs:
build_and_test:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/cr'
name: 'cr'
version: '0.8.0-a3'
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/caps'
name: 'caps'
version: '0.8.0-a3'
- uses: dtolnay/rust-toolchain@stable
with:
# toolchain: nightly
components: clippy
- run: cargo build --release
- run: mkdir dylibs/ && ls target/release/ && cp -v target/release/*.* dylibs/
- run: cr -1