Skip to content

add builtin function : context_stack() -> list(string) #14

add builtin function : context_stack() -> list(string)

add builtin function : context_stack() -> list(string) #14

Workflow file for this run

name: Windows
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_with_bazel:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Build
working-directory: ${{github.workspace}}
run: bazel build ...
- name: Test
working-directory: ${{github.workspace}}
run: bazel test --test_output=errors ...