Skip to content

[universal] - check toolings - monthly task #970

[universal] - check toolings - monthly task

[universal] - check toolings - monthly task #970

Workflow file for this run

name: Smoke test "rust" build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
paths:
- src/rust/**
- .github/workflows/smoke-rust.yaml
- .github/actions/**
- build/**
jobs:
smoke-test:
name: Smoke test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
- name: Disable AppArmor
run: |
set -e
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
image: rust