Skip to content

Commit 7976662

Browse files
committed
ci: split go and devenv tests
1 parent 5160935 commit 7976662

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/codeChecks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ on:
1313

1414
jobs:
1515

16-
code_checks:
17-
16+
go_tests:
1817
runs-on: ubuntu-latest
1918
strategy:
2019
max-parallel: 1
@@ -46,6 +45,11 @@ jobs:
4645
go-package: ./...
4746
work-dir: .
4847

48+
devenv_tests:
49+
needs: go_tests
50+
runs-on: ubuntu-latest
51+
52+
steps:
4953
- uses: cachix/install-nix-action@v31
5054
with:
5155
github_access_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)