Skip to content

Commit

Permalink
fix(ci): fix gomobile test
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Nov 13, 2018
1 parent 4febbf8 commit 364969d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -154,7 +154,7 @@ jobs:
- run:
name: test gomobile
command: |
cd client/react-native/gomobile
cd client/react-native/gomobile/core
/tmp/retry -m 3 go test $TEST_OPTS -v . | tee /tmp/test-results/go-test-report.out
GOARCH=386 /tmp/retry -m 3 go test -v . | tee /tmp/test-results/go-test-report.out
- run:
Expand Down

0 comments on commit 364969d

Please sign in to comment.