Skip to content

Commit

Permalink
Merge remote-tracking branch 'assignments-base/assignment6'
Browse files Browse the repository at this point in the history
  • Loading branch information
traptibalgi authored and traptibalgi committed Oct 12, 2024
2 parents e57b4a5 + 347f388 commit 2b58705
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run unit test
run: ./unit-test.sh
full-test:
container: cuaesd/aesd-autotest:24-assignment5
container: cuaesd/aesd-autotest:24-assignment6
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ crosstool-ng
aesd-build
.vscode/
test.sh.log
<<<<<<< HEAD
assignment-autotest/
aesdsocket
*.log
=======
aesdsocket
server/aesdsocket
server/valgrind-out.txt
assignments-base/assignment6
2 changes: 1 addition & 1 deletion conf/assignment.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
assignment5
assignment6

0 comments on commit 2b58705

Please sign in to comment.