Skip to content

Commit

Permalink
test CI time with magic-nix-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantk232 committed Feb 3, 2024
1 parent 2645f38 commit 5172040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v3
- name: build linux-musl
run: nix build -L .#fastn
- name: test the output binary
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v3
- name: build mingwW64
run: nix build -L .#fastn-win
- name: test the output binary
Expand All @@ -55,6 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v3
- name: build mac
run: nix build -L .#fastn
- name: test the output binary on mac
Expand Down

0 comments on commit 5172040

Please sign in to comment.