Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

chore: change impl for Deno.exit #7

chore: change impl for Deno.exit

chore: change impl for Deno.exit #7

Workflow file for this run

name: Sandbox integrity checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run whitelist check for default-feature provided ops
run: cargo test --lib -- test::check_op_whitelist --exact --show-output