Skip to content

Merge pull request #366 from utyfua/deno-2.2.3 #183

Merge pull request #366 from utyfua/deno-2.2.3

Merge pull request #366 from utyfua/deno-2.2.3 #183

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