Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions .github/workflows/benchmarkdotnet.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/benchmarkjs.yml

This file was deleted.

42 changes: 42 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Build and test

on:
workflow_dispatch:
pull_request:

# Test all inputs
# TODO: ensure that the output matches
# TODO: add failing cases
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "build"
run: |
npm install
npm run build
- uses: ./ # local action in repo
with:
tool: 'cargo'
platform: 'default'
output-file-path: ./test/data/extract/cargo_output.txt
data-out-path: output.txt
- uses: ./ # local action in repo
with:
tool: 'cargo'
platform: 'default'
output-file-path: ./test/data/extract/cargo_output2.txt
data-out-path: output.txt
- uses: ./ # local action in repo
with:
tool: 'cargo'
platform: 'default'
output-file-path: ./test/data/extract/cargo_output3.txt
data-out-path: output.txt
- uses: ./ # local action in repo
with:
tool: 'cargo'
platform: 'default'
output-file-path: ./test/data/extract/criterion_output.txt
data-out-path: output.txt
52 changes: 0 additions & 52 deletions .github/workflows/catch2.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/catch2_v2.yml

This file was deleted.

Loading