Skip to content

Use latest Rust

Use latest Rust #87

name: integration_tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install lld linker for faster build times
run: sudo apt -y install lld
- name: Run integration tests
run: cargo t integ