Skip to content

Commit

Permalink
run with times GH actions job
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaleksic committed Dec 6, 2023
1 parent 177ed07 commit beb1a7d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,18 @@ jobs:
- uses: workflow/nix-shell-action@v3.3.0
with:
flakes-from-devshell: true
script: zig build test
script: zig build test

run-with-times:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: workflow/nix-shell-action@v3.3.0
with:
flakes-from-devshell: true
script: ./run.sh

0 comments on commit beb1a7d

Please sign in to comment.