Skip to content

Fix CI and add some tests. (#791) #11

Fix CI and add some tests. (#791)

Fix CI and add some tests. (#791) #11

Workflow file for this run

name: Cachix
on:
push:
tags:
- 'moq-relay-v*'
- 'moq-token-cli-v*'
- 'hang-cli-v*'
jobs:
cache:
name: Build and push to Cachix
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v16
with:
name: kixelated
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix build ./rs --print-build-logs
- run: cachix push kixelated ./result