Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Add archival notice mentioning workerd-cxx #68

Add archival notice mentioning workerd-cxx

Add archival notice mentioning workerd-cxx #68

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
strategy:
matrix:
os: [
{ name: linux, image: ubuntu-24.04 },
{ name: macOS, image: macos-15 },
{ name: windows, image: windows-2025 },
]
runs-on: ${{ matrix.os.image }}
name: bazel (${{ matrix.os.name }})
steps:
- uses: actions/checkout@v4
- name: Bazel Test
run: bazel test //...
asan:
runs-on: ubuntu-24.04
name: asan (linux)
steps:
- uses: actions/checkout@v4
- name: Bazel Test
run: bazel test --config=asan //...