Skip to content

Commit 6596ad4

Browse files
authored
Merge pull request #3 from tompntn/fixup
Fix running tests in Docker
2 parents 2b957d0 + b01b46c commit 6596ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Build image
2020
run: docker build -t agent .
2121
- name: Run tests
22-
run: docker run -it -v $PWD:/agent agent ./tests.sh
22+
run: docker run -v $PWD:/agent agent ./tests.sh

0 commit comments

Comments
 (0)