Skip to content

restructure presign imports #451 #142

restructure presign imports #451

restructure presign imports #451 #142

Workflow file for this run

name: Ignored Rust Tests
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
name: ignored tests
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
# Set Rust version here!
toolchain: 1.69.0
override: true
# Caching for Rust files. Must be called after installing Rust toolchain.
# See https://github.com/Swatinem/rust-cache for more information.
- name: Set Up Cache
uses: Swatinem/rust-cache@v2
- name: Run ignored tests (only!)
run: cargo test --release -- --ignored