Skip to content

upgrade rust toolchain (#58) #67

upgrade rust toolchain (#58)

upgrade rust toolchain (#58) #67

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Build
run: cargo build --all-features
- name: Run unit tests
run: cargo test
- name: Run integration tests
run: python3 ./integration-test/integration_test.py