Skip to content

Commit

Permalink
ci: Moved software tests until after the simulator build
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Aug 20, 2024
1 parent 2e3160a commit 5e5f85c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,18 @@ jobs:
run: nix fmt -- . --check

- name: Check Documentation Links
run: nix run .#lint-markdown
run: nix run .#lint-markdown -L

- name: Nix Checks
run: nix flake check -L
- name: Simulator Lint
run: nix build .#checks.x86_64-linux.sonata-simulator-lint -L

- name: Build Documentation
run: |
nix build .#sonata-documentation
nix build .#sonata-documentation -L
- name: Build Verilator simulator
run: |
nix build .#sonata-simulator
nix build .#sonata-simulator -L
- name: Nix Checks
run: nix flake check -L

0 comments on commit 5e5f85c

Please sign in to comment.