Skip to content

Use portable atomic, remove explicit/redundant feature declaration & move to edition 2021 #100

Use portable atomic, remove explicit/redundant feature declaration & move to edition 2021

Use portable atomic, remove explicit/redundant feature declaration & move to edition 2021 #100

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: Integration Tests
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- rust: stable
build: ""
- rust: stable
build: "--release"
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
- uses: actions-rs/cargo@v1
with:
command: test
args: ${{ matrix.build }} --features=short-potato --manifest-path bbqtest/Cargo.toml -- --nocapture