-
-
Notifications
You must be signed in to change notification settings - Fork 0
21 lines (21 loc) · 760 Bytes
/
Copy pathe2e.yml
File metadata and controls
21 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: MPL-2.0
# The former "Integration tests" job here was a structural no-op: it ran
# `cargo test` in a repo with no Cargo.toml and looped over
# tests/integration/*.sh which never existed — always green, gating nothing.
# Real integration coverage now lives in idris2.yml (Idris suites + the
# Idris->Zig FFI runtime test) and zig-ffi.yml (C-ABI link + Zig tests).
name: E2E and Integration Tests
on:
push: {branches: [main]}
pull_request: {branches: ['**']}
permissions:
contents: read
jobs:
e2e:
name: E2E tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run E2E tests
run: bash tests/e2e_test.sh