Skip to content

Commit ac8bfba

Browse files
committed
ci: update go test job
1 parent 1b37e9d commit ac8bfba

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: DeterminateSystems/nix-installer-action@main
16-
- uses: DeterminateSystems/magic-nix-cache-action@main
17-
- name: Install devenv.sh
18-
run: nix profile install nixpkgs#devenv
19-
2015
- uses: actions/checkout@v4
16+
- uses: DeterminateSystems/flake-checker-action@main
17+
- uses: DeterminateSystems/determinate-nix-action@main
18+
- uses: DeterminateSystems/flakehub-cache-action@main
2119

2220
- name: Run go test
23-
run: devenv shell go test ./...
21+
run: nix develop --command go test ./...

0 commit comments

Comments
 (0)