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 2b4f8bb commit 06335fdCopy full SHA for 06335fd
tests/RunTests.hs
@@ -40,8 +40,7 @@ main = hspec $ do
40
it "handles packages in subdirectories correctly" $ do
41
-- NOTE Keep in sync with
42
-- azure-pipelines.yml
43
- -- .buildkite/bindists-pipeline
44
- -- .circleci/config.yml
+ -- .github/workflows/workflow.yaml
45
let withBackup filename k =
46
withSystemTempDirectory "bazel_backup" $ \tmp_dir -> do
47
bracket_
0 commit comments