Skip to content

Commit 1ab1fb9

Browse files
ci: Run tests before releasing
1 parent f2b3ae8 commit 1ab1fb9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
# NOTE: GitHub-hosted runners for macOS are x86_64 only
2323
# https://github.com/github/roadmap/issues/528
24-
platform: ['ubuntu-20.04', 'macos-12'] # , 'windows-2022']
24+
platform: ['ubuntu-22.04', 'macos-12'] # , 'windows-2022']
2525
config: ['dev', 'release']
2626
exclude:
2727
- platform: 'macos-12'
@@ -75,6 +75,11 @@ jobs:
7575
env:
7676
CONFIG: ${{ matrix.config }}
7777
CI_BAZEL_REMOTE_CACHE: 'https://storage.googleapis.com/sourcegraph_bazel_cache'
78+
- name: '🧪 Test scip-clang'
79+
run:
80+
bazel test //test --config="$CONFIG"
81+
env:
82+
CONFIG: ${{ matrix.config }}
7883
- name: '🔎 Identify OS'
7984
run: echo "OS=$(uname -s | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
8085
- name: '🪵 Upload log'

0 commit comments

Comments
 (0)