This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Add Set.{deleteWith; intersection; difference}, Map.delete #71
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
name: Test containers | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout code | |
uses: actions/checkout@v3 | |
- name: Download latest nightly Juvix binary | |
uses: jaxxstorm/[email protected] | |
with: | |
repo: anoma/juvix-nightly-builds | |
cache: enable | |
- name: Run tests | |
run: | | |
make test |