Skip to content

Commit

Permalink
breaking out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDuPont committed Apr 8, 2024
1 parent cca7b4d commit 3a5227d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,19 @@ jobs:
echo "$formatted_files"
exit 1
fi
test:
runs-on: ubuntu-latest
steps:
- name: 🚀 Checkout
uses: actions/checkout@v4
- name: 🌿 Setup Bazel
uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelrc: |
build --color=yes
build --show_timestamps
- name: 🧪 Run Tests
run: bazel test //src/...
run: bazel test //src/..

0 comments on commit 3a5227d

Please sign in to comment.