Skip to content

Crates folder

Crates folder #37

Workflow file for this run

name: Pull Request
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- '*'
jobs:
linux-amd64:
name: "🐥 Linux AMD64"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash .github/workflows/pr/linux-amd64.bash
test-integration:
name: "🧪 Integration Tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash .github/workflows/pr/test-integration.bash