Skip to content

Commit

Permalink
Add setups that install tomlq?
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Mar 19, 2024
1 parent e795f67 commit 7c936fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/coq-hacspec-ssprove-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,25 @@ jobs:
nix profile install nixpkgs#yq
nix profile install .#rustc
nix profile install .
- name: Ensure readme coherency
run: |
nix build .#check-readme-coherency -L

- name: Test the toolchain
run: |
nix build .#check-toolchain -L
- name: Test the examples
run: |
nix build .#check-examples -L
- name: Set up environment
run: |
echo "::group::Setting up problem matcher"
echo "::add-matcher::./.github/coq-errors.json"
echo "::endgroup::"
- name: Run Coq/SSprove on Tests
uses: coq-community/docker-coq-action@v1
with:
Expand Down

0 comments on commit 7c936fb

Please sign in to comment.