We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b3ae8 commit 1ab1fb9Copy full SHA for 1ab1fb9
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
# NOTE: GitHub-hosted runners for macOS are x86_64 only
23
# https://github.com/github/roadmap/issues/528
24
- platform: ['ubuntu-20.04', 'macos-12'] # , 'windows-2022']
+ platform: ['ubuntu-22.04', 'macos-12'] # , 'windows-2022']
25
config: ['dev', 'release']
26
exclude:
27
- platform: 'macos-12'
@@ -75,6 +75,11 @@ jobs:
75
env:
76
CONFIG: ${{ matrix.config }}
77
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 }}
83
- name: '🔎 Identify OS'
84
run: echo "OS=$(uname -s | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
85
- name: '🪵 Upload log'
0 commit comments