Skip to content

Merge pull request #533 from boltlabs-inc/inv-presign-context-rid #184

Merge pull request #533 from boltlabs-inc/inv-presign-context-rid

Merge pull request #533 from boltlabs-inc/inv-presign-context-rid #184

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@v3
- name: Install stable toolchain
uses: IronCoreLabs/rust-toolchain@v1
# 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