Skip to content

Commit

Permalink
Merge pull request #12 from osalbahr/cleanup-fix-actions
Browse files Browse the repository at this point in the history
actions: keep only new test
  • Loading branch information
osalbahr authored Sep 14, 2023
2 parents 1296a4b + bf177cf commit ae6e170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,50 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Get pre-upgrade runner information
run: |
uname -a
sudo apt-get update
sudo apt-get install neofetch
neofetch
# - name: Upgrade packages
# run: |
# sudo apt-get upgrade

- name: Get runner information
run: |
uname -a
sudo apt-get install neofetch
neofetch
- name: Test hello-ld-preload
run: |
cd hello-ld-preload
./test.sh
- name: Test fake-fopen
run: |
cd fake-fopen
./test.sh
- name: Test fancy-file-io

- name: Test simple-in-memory-file
run: |
cd fancy-file-io
cd simple-in-memory-file
./test.sh
- name: Install Memkind
run: sudo apt-get install libmemkind-dev

- name: (Skipped--for now) Testing memkind-file-io
run: echo # cd memkind-file-io && ./test.sh

- name: Install PMDK (dev)
run: sudo apt-get install libpmem-dev librpmem-dev libpmemblk-dev libpmemlog-dev libpmemobj-dev libpmempool-dev libpmempool-dev libpmem2-dev

- name: Test PMDK installation
run: |
cd hello-pmdk
make clean
make test
Empty file modified simple-in-memory-file/test.sh
100644 → 100755
Empty file.

0 comments on commit ae6e170

Please sign in to comment.