Skip to content

Merge pull request #396 from Geocodio/feat/ca-nb-2024 #658

Merge pull request #396 from Geocodio/feat/ca-nb-2024

Merge pull request #396 from Geocodio/feat/ca-nb-2024 #658

Workflow file for this run

name: Test
# We want testing for new pull requests before they are merged.
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: bazel test :all --test_output=errors