Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic integration test #71

Merged
merged 20 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run flake check in github ci
  • Loading branch information
AsbjornOlling committed Jan 7, 2025
commit 91c6032143744c45c8d3b6bf4d0889beacd73725
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,16 @@ jobs:
- name: "Run unit tests"
run: cargo test -- --nocapture --test-threads=1
working-directory: ./nobodywho

nix-flake-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build '.#game'
- run: nix flake check


zip-distributable:
Expand Down