Skip to content

chore(main): release codescythe_cli 0.7.1 (#96) #79

chore(main): release codescythe_cli 0.7.1 (#96)

chore(main): release codescythe_cli 0.7.1 (#96) #79

name: test functional
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
functional_test:
name: Functional tests
runs-on: ubuntu-24.04-16core
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@c5acdfb288317d0b5c0bbd7a396a3dc868bb0f86
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}-functional-test
repository-cache: true
- name: Test functional targets
run: bazel test //... --build_tests_only --test_tag_filters=functional_test