Skip to content

Commit

Permalink
rename travis.sh to short-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Jan 23, 2024
1 parent 1a94faf commit 1a92a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Run Simulation
run: /bin/bash $GITHUB_WORKSPACE/travis.sh
run: /bin/bash $GITHUB_WORKSPACE/short-tests.sh
2 changes: 1 addition & 1 deletion travis.sh → short-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
#Make the simulator
export PATH=$CUDA_INSTALL_PATH/bin:$PATH;
source ./gpu-simulator/setup_environment.sh
make -C ./gpu-simulator
make -j -C ./gpu-simulator

#Get the pre-run trace files
rm -rf ./hw_run/rodinia_2.0-ft
Expand Down

0 comments on commit 1a92a79

Please sign in to comment.