Skip to content

Updated dependencies, fixed iter_tools package #20

Updated dependencies, fixed iter_tools package

Updated dependencies, fixed iter_tools package #20

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: on
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Checkout the repository
uses: actions/checkout@v3
with:
submodules: true
- name: Run tests
run: cargo test
env:
RUST_BACKTRACE: full
RUSTC_WRAPPER: sccache