Skip to content

Commit

Permalink
ci: run Haskell test under CI
Browse files Browse the repository at this point in the history
  • Loading branch information
istankovic committed Sep 10, 2024
1 parent 5d594b9 commit 60ea1fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ jobs:
with:
files: target/nextest/default/junit.xml

haskell-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ''
- name: "Run Haskell test"
run: cd ffi && nix-shell --run 'cargo make hs-test'

wasm-build:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 60ea1fa

Please sign in to comment.