Skip to content

Commit

Permalink
ci: init basic integration functionality
Browse files Browse the repository at this point in the history
It'll be important to ensure we don't break anything moving forward.
  • Loading branch information
nrdxp committed Aug 2, 2024
1 parent e4af90e commit dd12bdc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run Tests
on: push
jobs:
minimal:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v28
- name: Structural Integirty Test
run: cd test && ./bld.sh

0 comments on commit dd12bdc

Please sign in to comment.