Skip to content

Add an example/regression test for lifetime-only kernels #954

Add an example/regression test for lifetime-only kernels

Add an example/regression test for lifetime-only kernels #954

Workflow file for this run

name: License Scanning
on:
push:
branches:
- main
pull_request:
branches:
- "*"
env:
CARGO_TERM_COLOR: always
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
uses: actions/checkout@v2
- name: Install the Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
- name: Generate the Cargo.lock file
run: cargo update
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: ${{ secrets.FOSSA_TOKEN }}
skip-test: false