Skip to content

Merge hashing branch #7

Merge hashing branch

Merge hashing branch #7

Workflow file for this run

name: Hashing Algorithms CI
on:
push:
branches: [2024_sem2]
paths-ignore:
- 'doc/**' # Ignore all files and subdirectories under "doc/"
- 'docs/**' # Ignore all files and subdirectories under "docs/"
pull_request:
branches: [2024_sem2]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Test 🔧
run: |
npm install
npm run test-hashinsert
npm run test-hashsearch
npm run test-hashdelete