Use maps instead of vectors for the trait clause params #193
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches-ignore: [ '_**' ] | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
nix: | |
#runs-on: ubuntu-latest | |
runs-on: [self-hosted, linux, nix] | |
steps: | |
#- uses: cachix/install-nix-action@v22 | |
- uses: actions/checkout@v4 | |
- run: nix build -L .#charon | |
- run: nix build -L .#checks.x86_64-linux.tests | |
- run: nix build -L .#checks.x86_64-linux.tests-polonius | |
- run: nix build -L .#charon-ml | |
- run: nix build -L .#checks.x86_64-linux.charon-ml-tests |