Skip to content

Commit

Permalink
actions: keep only new test
Browse files Browse the repository at this point in the history
  • Loading branch information
osalbahr committed Sep 14, 2023
1 parent 1296a4b commit fe0f7a2
Showing 1 changed file 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

0 comments on commit fe0f7a2

Please sign in to comment.