Skip to content

Commit

Permalink
test: fix windows CI tests.
Browse files Browse the repository at this point in the history
Signed-off-by: i4k <[email protected]>
  • Loading branch information
i4ki committed Sep 27, 2024
1 parent cf8c727 commit 6ec77bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Copyright 2023 Terramate GmbH
# SPDX-License-Identifier: MPL-2.0

name: ci-experimental
name: ci-windows
on:
push:
paths-ignore:
- 'docs/**'
- 'makefiles/**'
- '.github/**'
- '**/*.tm.hcl'
- '.tool-versions'

jobs:
build_test:
Expand Down
2 changes: 2 additions & 0 deletions makefiles/windows.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ tempdir=$(shell .\bin\helper.exe tempdir)
test: test/helper build
set TM_TEST_ROOT_TEMPDIR=$(tempdir)
go test -timeout 30m -p 100 ./...
set status=%errorlevel%
.\bin\helper.exe rm $(tempdir)
.\bin\terramate.exe run -- helper.exe true
exit %status%

## remove build artifacts
.PHONY: clean
Expand Down

0 comments on commit 6ec77bd

Please sign in to comment.