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 1b37e9d commit ac8bfbaCopy full SHA for ac8bfba
.github/workflows/test.yaml
@@ -12,12 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
14
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
-
20
- uses: actions/checkout@v4
+ - uses: DeterminateSystems/flake-checker-action@main
+ - uses: DeterminateSystems/determinate-nix-action@main
+ - uses: DeterminateSystems/flakehub-cache-action@main
21
22
- name: Run go test
23
- run: devenv shell go test ./...
+ run: nix develop --command go test ./...
0 commit comments