Skip to content

Update inkwell and llvm to 17.0 #21

Update inkwell and llvm to 17.0

Update inkwell and llvm to 17.0 #21

Workflow file for this run

name: Ante
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --no-default-features
- name: Run tests
run: cargo test --no-default-features