Skip to content

smol-x86

smol-x86 #942

Workflow file for this run

name: smol-x86
permissions:
contents: read
pull-requests: write
on:
schedule: [cron: "10 */5 * * *"]
pull_request:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test all
run: make test-all -- "-F smol"
- name: test pressure releaes
run: make pressure -- "-F smol"