File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11name : ' Setup the Go environment'
22description : ' Installs go and restores/saves the build/module cache'
3+ inputs :
4+ git-repo-dirs :
5+ description : " Go code git repository directories (for mtime-restoration). Note that this requires cloning the repo's full history"
6+ required : false
7+ default : ' ["."]'
38runs :
49 using : " composite"
510 steps :
1722 # Restore original modification time of files based on the date of the most
1823 # recent commit that modified them as mtimes affect the Go test cache.
1924 # See https://github.com/golang/go/issues/58571 for details
25+ # Note that this requires checking out the repos with fetch-depth: 0
2026 - name : Restore modification time of checkout files
2127 uses : chetan/git-restore-mtime-action@075f9bc9d159805603419d50f794bd9f33252ebe
2228
Original file line number Diff line number Diff line change 8989 - run : rustup update
9090 - uses : stellar/actions/rust-cache@main
9191 - uses : ./soroban-rpc/.github/actions/setup-go
92+ with :
93+ working-directory : ./soroban-rpc/
9294 - name : Build system test with component versions
9395 run : |
9496 cd $GITHUB_WORKSPACE/system-test
You can’t perform that action at this time.
0 commit comments