Skip to content

Commit

Permalink
Merge branch 'bazelboost:bazelboost-1.83.0' into bazelboost-1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkatson authored May 17, 2024
2 parents 6b4bf9c + dff39b3 commit 5488011
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 141 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: bazel

on: [pull_request]

jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: bazelisk test ... -k
working-directory: test
84 changes: 0 additions & 84 deletions .github/workflows/posix.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/windows.yml

This file was deleted.

0 comments on commit 5488011

Please sign in to comment.