Skip to content

Remove reference to deleted workflow #28

Remove reference to deleted workflow

Remove reference to deleted workflow #28

Workflow file for this run

name: arch.x86_64
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: archlinux
steps:
- uses: actions/checkout@v4
- run: build-aux/ci-test
test_asan:
runs-on: ubuntu-latest
container:
image: archlinux
steps:
- uses: actions/checkout@v4
- run: build-aux/ci-test-asan